SSCP · Question #611
What is the maximum number of different keys that can be used when encrypting with Triple DES?
The correct answer is C. 3. Triple DES (3DES) applies the DES algorithm three times and supports up to 3 independent keys (K1, K2, K3), giving a maximum key size of 3 × 56 = 168 effective bits. The three keying options are: (1) all three keys different (strongest), (2) K1 = K3 but K2 different (2-key…
Question
What is the maximum number of different keys that can be used when encrypting with Triple DES?
Options
- A1
- B2
- C3
- D4
How the community answered
(39 responses)- A3% (1)
- B8% (3)
- C87% (34)
- D3% (1)
Explanation
Triple DES (3DES) applies the DES algorithm three times and supports up to 3 independent keys (K1, K2, K3), giving a maximum key size of 3 × 56 = 168 effective bits. The three keying options are: (1) all three keys different (strongest), (2) K1 = K3 but K2 different (2-key 3DES), and (3) all keys identical (equivalent to single DES, weakest). The maximum number of different keys is therefore 3.
Topics
Community Discussion
No community discussion yet for this question.