CEH Practice Question: Advanced Topics: Wireless, Cloud, IoT, Cryptography
Which asymmetric encryption algorithm is based on the algebraic structure of elliptic curves over finite fields and provides equivalent security to RSA with smaller key sizes?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Elliptic Curve Cryptography (ECC)
ECC (Elliptic Curve Cryptography) offers strong security with smaller keys compared to RSA. Diffie-Hellman is a key exchange protocol, 3DES is symmetric, and SHA-256 is a hash function.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
SHA-256
Why it's wrong here
SHA-256 is a cryptographic hash function, not an encryption algorithm. It produces a fixed-size 256-bit hash value (message digest) from arbitrary-length input data, primarily used for data integrity verification and digital signatures. Unlike encryption, hashing is a one-way process; it is computationally infeasible to reverse a hash to obtain the original plaintext, thus it cannot be used to encrypt and decrypt data for confidentiality.
- ✗
Diffie-Hellman (DH)
Why it's wrong here
Diffie-Hellman (DH) is a foundational asymmetric key exchange protocol, not an encryption algorithm. It allows two parties to establish a shared secret key over an insecure channel, relying on the mathematical difficulty of computing discrete logarithms. While DH enables the secure *exchange* of keys for subsequent symmetric encryption, it does not perform encryption or decryption of message data itself, distinguishing it from an encryption algorithm. Its elliptic curve variant, ECDH, leverages ECC principles for key exchange.
- ✗
Triple DES (3DES)
Why it's wrong here
Triple DES (3DES) is a symmetric-key block cipher, not an asymmetric algorithm. It applies the original DES algorithm three times to each data block, using either two or three distinct keys. Symmetric encryption algorithms utilize the same secret key for both encryption and decryption, requiring secure pre-sharing of this key between communicating parties. This fundamental characteristic makes 3DES unsuitable for scenarios requiring public/private key pairs, which is the defining feature of asymmetric cryptography.
- ✓
Elliptic Curve Cryptography (ECC)
Why this is correct
Elliptic Curve Cryptography (ECC) is an asymmetric encryption algorithm that derives its security from the mathematical properties of elliptic curves over finite fields, specifically the difficulty of the Elliptic Curve Discrete Logarithm Problem (ECDLP). It provides a robust framework for public-key cryptography, including encryption, digital signatures, and key exchange. ECC is highly efficient, offering equivalent security to RSA with significantly smaller key sizes, making it particularly well-suited for resource-constrained environments like mobile devices.
Quick reference
Symmetric Encryption Algorithm Comparison
| Algorithm | Key Size | Block Size | Status | Notes |
|---|---|---|---|---|
| AES-128 | 128-bit | 128-bit | Current standard | NIST approved; WPA3, TLS |
| AES-256 | 256-bit | 128-bit | Current standard | Preferred for sensitive / govt data |
| 3DES | 112-bit effective | 64-bit | Deprecated (2023) | Replaced by AES |
| DES | 56-bit | 64-bit | Broken | Cracked in < 24 h; never deploy |
| ChaCha20 | 256-bit | Stream cipher | Current | TLS 1.3, WireGuard |
Go deeper
Related to this question
About these practice questions
This CEH question is part of Courseiva's 870-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.