nerdexam
CompTIA

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…

General security concepts

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)
  • A
    4% (1)
  • B
    7% (2)
  • C
    86% (24)
  • D
    4% (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

#ECC#asymmetric encryption#key length#cryptography

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice