SSCP · Question #622
What is the effective key size of DES?
The correct answer is A. 56 bits. DES uses a 64-bit key, but 8 of those bits are parity bits (one per byte) used for error checking, not actual encryption. This leaves only 56 bits of actual key material that contributes to the cipher's security. Therefore, the effective (cryptographic) key size of DES is 56…
Question
What is the effective key size of DES?
Options
- A56 bits
- B64 bits
- C128 bits
- D1024 bits
How the community answered
(56 responses)- A93% (52)
- B2% (1)
- C2% (1)
- D4% (2)
Explanation
DES uses a 64-bit key, but 8 of those bits are parity bits (one per byte) used for error checking, not actual encryption. This leaves only 56 bits of actual key material that contributes to the cipher's security. Therefore, the effective (cryptographic) key size of DES is 56 bits. This relatively small key size is why DES is considered insecure today - a 56-bit key space is vulnerable to brute-force attacks with modern hardware.
Topics
Community Discussion
No community discussion yet for this question.