SSCP · Question #616
What is the maximum allowable key size of the Rijndael encryption algorithm?
The correct answer is C. 256 bits. The Rijndael encryption algorithm supports three key sizes: 128, 192, and 256 bits. The maximum allowable key size is 256 bits. When NIST standardized Rijndael as AES (Advanced Encryption Standard), it adopted all three key sizes (AES-128, AES-192, AES-256) while fixing the…
Question
What is the maximum allowable key size of the Rijndael encryption algorithm?
Options
- A128 bits
- B192 bits
- C256 bits
- D512 bits
How the community answered
(53 responses)- A2% (1)
- B2% (1)
- C91% (48)
- D6% (3)
Explanation
The Rijndael encryption algorithm supports three key sizes: 128, 192, and 256 bits. The maximum allowable key size is 256 bits. When NIST standardized Rijndael as AES (Advanced Encryption Standard), it adopted all three key sizes (AES-128, AES-192, AES-256) while fixing the block size at 128 bits. A 512-bit key is not part of the Rijndael specification.
Topics
Community Discussion
No community discussion yet for this question.