SY0-501 · Question #296
An organization wants to conduct secure transactions of large data files. Before encrypting and exchanging the data files, the organization wants to ensure a secure exchange of keys. Which of the…
The correct answer is D. Diffie-Hellman. To securely exchange keys before encrypting and exchanging large data files, the Diffie-Hellman algorithm is the appropriate choice.
Question
An organization wants to conduct secure transactions of large data files. Before encrypting and exchanging the data files, the organization wants to ensure a secure exchange of keys. Which of the following algorithms is appropriate for securing the key exchange?
Options
- ADES
- BBlowfish
- CDSA
- DDiffie-Hellman
- E3DES
How the community answered
(39 responses)- A3% (1)
- B5% (2)
- C3% (1)
- D79% (31)
- E10% (4)
Why each option
To securely exchange keys before encrypting and exchanging large data files, the Diffie-Hellman algorithm is the appropriate choice.
DES (Data Encryption Standard) is a symmetric-key block cipher used for encrypting and decrypting data, not for key exchange.
Blowfish is a symmetric-key block cipher designed for encrypting and decrypting data, not for key exchange.
DSA (Digital Signature Algorithm) is used for generating and verifying digital signatures to ensure data authenticity and integrity, not for establishing a shared secret key.
Diffie-Hellman is a cryptographic protocol specifically designed for two parties to establish a shared secret key over an insecure communication channel. This shared secret can then be used to encrypt the actual data files with a symmetric encryption algorithm, ensuring a secure transaction.
3DES (Triple DES) is a symmetric-key block cipher that applies DES three times to each data block, used for encrypting data, not for key exchange.
Concept tested: Key exchange algorithms for secure communication
Source: https://learn.microsoft.com/en-us/windows/win32/secauthn/diffie-hellman-key-exchange
Topics
Community Discussion
No community discussion yet for this question.