312-50V11 · Question #358
What is the primary drawback to using advanced encryption standard (AES) algorithm with a 256 bit key to share sensitive data?
The correct answer is D. It is a symmetric key algorithm, meaning each recipient must receive the key through a different. AES-256 is a symmetric cipher, so its primary drawback for sharing data is the key distribution problem - each recipient must securely receive the same secret key through a separate channel.
Question
What is the primary drawback to using advanced encryption standard (AES) algorithm with a 256 bit key to share sensitive data?
Options
- ADue to the key size, the time it will take to encrypt and decrypt the message hinders efficient
- BTo get messaging programs to function with this algorithm requires complex configurations.
- CIt has been proven to be a weak cipher; therefore, should not be trusted to protect sensitive data.
- DIt is a symmetric key algorithm, meaning each recipient must receive the key through a different
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C13% (4)
- D78% (25)
Why each option
AES-256 is a symmetric cipher, so its primary drawback for sharing data is the key distribution problem - each recipient must securely receive the same secret key through a separate channel.
AES-256 is a highly efficient cipher; its 256-bit key size does not meaningfully hinder encryption or decryption performance in modern hardware implementations.
AES is natively supported in virtually all modern messaging and encryption libraries and does not require complex configuration to use.
AES is considered one of the strongest and most trusted ciphers available - it is a NIST-standardized algorithm with no known practical cryptanalytic weaknesses.
AES is a symmetric key algorithm, meaning the same key is used for both encryption and decryption. When sharing sensitive data with multiple recipients, each recipient must be given a copy of the secret key via a secure out-of-band channel, which creates a significant key distribution and management challenge that symmetric algorithms inherently cannot solve on their own.
Concept tested: Symmetric encryption key distribution problem
Source: https://csrc.nist.gov/pubs/fips/197/upd1/final
Topics
Community Discussion
No community discussion yet for this question.