I am studying Triple DES.
I have got two basic questions. One, why are we following a sequence like encrypt(decrypt(encrypt)); what is the problem using a sequence encrypt(encrypt(encrypt))?
Second, why are we not using a single long key (say 168 independent key bits) in lieu of three individual 56 bits keys?
Thanks.