SY0-301 · Question #124
Matt, a security analyst, needs to select an asymmetric encryption method that allows for the same level of encryption strength with a lower key length than is typically necessary. Which of the…
The correct answer is C. ECC. ECC (Elliptic Curve Cryptography) achieves equivalent security strength to other asymmetric algorithms using significantly shorter key lengths. For example, a 256-bit ECC key provides roughly the same security as a 3072-bit RSA key. This makes ECC highly efficient for…
Question
Matt, a security analyst, needs to select an asymmetric encryption method that allows for the same level of encryption strength with a lower key length than is typically necessary. Which of the following encryption methods offers this capability?
Options
- ATwofish
- BDiffie-Hellman
- CECC
- DRSA
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C86% (24)
- D4% (1)
Explanation
ECC (Elliptic Curve Cryptography) achieves equivalent security strength to other asymmetric algorithms using significantly shorter key lengths. For example, a 256-bit ECC key provides roughly the same security as a 3072-bit RSA key. This makes ECC highly efficient for constrained environments such as mobile devices. Twofish (A) is a symmetric block cipher, not asymmetric. Diffie-Hellman (B) is an asymmetric key exchange protocol but requires large key sizes comparable to RSA to achieve strong security. RSA (D) is a widely used asymmetric algorithm but requires large key lengths (2048 bits or more) to be considered secure, making it less efficient than ECC.
Topics
Community Discussion
No community discussion yet for this question.