SSCP · Question #562
Compared to RSA, which of the following is true of Elliptic Curve Cryptography(ECC)?
The correct answer is D. It is believed to require shorter keys for equivalent security. ECC achieves equivalent cryptographic strength to RSA with significantly smaller key sizes. For example, a 256-bit ECC key provides roughly the same security as a 3072-bit RSA key. This makes ECC more efficient in terms of computation, memory, and bandwidth - especially…
Question
Options
- AIt has been mathematically proved to be more secure.
- BIt has been mathematically proved to be less secure.
- CIt is believed to require longer key for equivalent security.
- DIt is believed to require shorter keys for equivalent security.
How the community answered
(50 responses)- A2% (1)
- B2% (1)
- C6% (3)
- D90% (45)
Explanation
ECC achieves equivalent cryptographic strength to RSA with significantly smaller key sizes. For example, a 256-bit ECC key provides roughly the same security as a 3072-bit RSA key. This makes ECC more efficient in terms of computation, memory, and bandwidth - especially valuable for mobile and IoT devices. Neither ECC nor RSA has been mathematically proven more or less secure than the other in absolute terms; their security is based on different hard mathematical problems (elliptic curve discrete logarithm for ECC vs. integer factorization for RSA).
Topics
Community Discussion
No community discussion yet for this question.