Recall the 3DES encryption logic is C E K3 DK2EK1 P Where E

Recall the 3DES encryption logic is: C = E (K3, D(K2,E(K1, P)))

Where:

      E = Encryption

      D = Decryption

      Kn= Key n

      P = Plain text

      C = Cipher text

Write the symbolic logic for the 3DES decryption. Describe the logic in a few sentences.

Solution

Decryption is the reverse of Encryption: Symbolic logic for 3 DES decryption is :- P = DK1(EK2(DK3(C))) i.e., decrypt with K3, encrypt with K2, then decrypt with K1 and thus you will get the plaintext. Each triple encryption encrypts one

Triple DES uses a \"key bundle\" that comprises three DES keys, K1, K2 and K3, each of 56 bits (excluding parity bits). The encryption algorithm is:
ciphertext = EK3(DK2(EK1(plaintext)))
I.e., DES encrypt with K1, DES decrypt with K2, then DES encrypt with K3.
Decryption is the reverse:
Symbolic logic for 3 DES decryption is
plaintext = DK1(EK2(DK3(ciphertext)))
I.e., decrypt with K3, encrypt with K2, then decrypt with K1.
Each triple encryption encrypts one block of 64 bits of data.
In each case the middle operation is the reverse of the first and last. This improves the strength of the algorithm when using keying option 2, and provides backward compatibility with DES with keying option 3.
Keying Option:
The standards define three keying options:

Keying option 1
All three keys are independent.
Keying option 2
K1 and K2 are independent, and K3 = K1.
Keying option 3
All three keys are identical, i.e. K1 = K2 = K3.
Keying option 1 is the strongest, with 3 × 56 = 168 independent key bits.

Keying option 2 provides less security, with 2 × 56 = 112 key bits. This option is stronger than simply DES encrypting twice, e.g. with K1 and K2, because it protects against meet-in-the-middle attacks.

Keying option 3 is equivalent to DES, with only 56 key bits. It provides backward compatibility with DES, because the first and second DES operations cancel out. It is no longer recommended by the National Institute of Standards and Technology (NIST),[5] and is not supported by ISO/IEC 18033-3.

Each DES key is nominally stored or transmitted as 8 bytes, each of odd parity,[12] so a key bundle requires 24 bytes for option 1, 16 for option 2, or 8 for option 3.

Recall the 3DES encryption logic is: C = E (K3, D(K2,E(K1, P))) Where: E = Encryption D = Decryption Kn= Key n P = Plain text C = Cipher text Write the symbolic

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site