nerdexam
EC-Council

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.

Cryptography

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    13% (4)
  • D
    78% (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.

ADue to the key size, the time it will take to encrypt and decrypt the message hinders efficient

AES-256 is a highly efficient cipher; its 256-bit key size does not meaningfully hinder encryption or decryption performance in modern hardware implementations.

BTo get messaging programs to function with this algorithm requires complex configurations.

AES is natively supported in virtually all modern messaging and encryption libraries and does not require complex configuration to use.

CIt has been proven to be a weak cipher; therefore, should not be trusted to protect sensitive data.

AES is considered one of the strongest and most trusted ciphers available - it is a NIST-standardized algorithm with no known practical cryptanalytic weaknesses.

DIt is a symmetric key algorithm, meaning each recipient must receive the key through a differentCorrect

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

#AES-256#key distribution#symmetric encryption#key exchange problem

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice