nerdexam
EC-Council

312-50V13 · Question #530

You are the chief security officer at AlphaTech, a tech company that specializes in data storage solutions. Your company is developing a new cloud storage platform where users can store their…

The correct answer is B. implement the Diffie-Hellman protocol for secure key exchange. Diffie-Hellman (Option B) is the recommended strategy because it allows two parties to securely establish a shared symmetric key over an insecure channel without ever transmitting the key itself - making it ideal for distributing encryption keys to users without risk of…

Submitted by the_admin· Mar 6, 2026Cryptography

Question

You are the chief security officer at AlphaTech, a tech company that specializes in data storage solutions. Your company is developing a new cloud storage platform where users can store their personal files. To ensure data security, the development team is proposing to use symmetric encryption for data at rest. However, they are unsure of how to securely manage and distribute the symmetric keys to users. Which of the following strategies would you recommend to them?

Options

  • AUse hash functions to distribute the keys.
  • Bimplement the Diffie-Hellman protocol for secure key exchange.
  • CUse HTTPS protocol for secure key transfer.
  • DUse digital signatures to encrypt the symmetric keys.

How the community answered

(64 responses)
  • A
    6% (4)
  • B
    78% (50)
  • C
    13% (8)
  • D
    3% (2)

Explanation

Diffie-Hellman (Option B) is the recommended strategy because it allows two parties to securely establish a shared symmetric key over an insecure channel without ever transmitting the key itself - making it ideal for distributing encryption keys to users without risk of interception.

Why the distractors are wrong:

  • A (Hash functions): Hash functions are one-way algorithms used for data integrity verification, not for key distribution or encryption - they cannot be "reversed" to recover a key.
  • C (HTTPS): While HTTPS secures data in transit, it is a transport-layer protocol and not a key management/distribution mechanism; it actually uses key exchange protocols like Diffie-Hellman underneath, making it the symptom, not the solution.
  • D (Digital signatures): Digital signatures verify authenticity and integrity of data - they do not encrypt symmetric keys for distribution; that role belongs to asymmetric encryption (e.g., RSA), not signatures.

Memory Tip: Think of Diffie-Hellman as two people mixing paint colors in public - each person adds their secret color privately, and the final mixture (shared key) can never be reverse-engineered by an eavesdropper. When you see "secure key exchange," think D-H = Don't Hand over the key directly!

Topics

#Symmetric Encryption#Key Management#Key Exchange#Diffie-Hellman

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice