CEH Practice Question: Advanced Topics: Wireless, Cloud, IoT, Cryptography
Which TWO of the following are asymmetric encryption algorithms? (Choose two.)
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
✓
ECC
RSA and ECC are asymmetric algorithms. AES and 3DES are symmetric. 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.
- ✗
3DES
Why it's wrong here
Triple DES (3DES) is a symmetric-key block cipher that applies the DES algorithm three times to each data block. It utilizes a single secret key, or a set of related keys, for both encryption and decryption operations, meaning the same key must be securely shared between communicating parties. This characteristic makes it unsuitable for scenarios requiring distinct public and private keys, which is the hallmark of asymmetric cryptography.
- ✓
ECC
Why this is correct
Elliptic Curve Cryptography (ECC) is an asymmetric encryption algorithm that relies on the mathematical properties of elliptic curves over finite fields to create public and private key pairs. Its security is based on the difficulty of solving the elliptic curve discrete logarithm problem, allowing it to provide comparable security strength to RSA with significantly smaller key sizes. This efficiency makes ECC particularly well-suited for resource-constrained environments like mobile devices and for securing TLS connections.
- ✗
SHA-256
Why it's wrong here
SHA-256 (Secure Hash Algorithm 256-bit) is a cryptographic hash function, not an encryption algorithm. Its primary purpose is to generate a fixed-size, unique digest (hash value) from input data, ensuring data integrity by detecting any unauthorized modifications. Unlike encryption, which is reversible with the correct key, SHA-256 is a one-way function designed to be computationally infeasible to reverse engineer the original input from its hash.
- ✓
RSA
Why this is correct
RSA is a widely used asymmetric encryption algorithm, named after its inventors Rivest, Shamir, and Adleman, which employs a pair of mathematically linked keys: a public key for encryption and a private key for decryption. Its security relies on the computational difficulty of factoring the product of two large prime numbers. RSA is foundational for secure communications, enabling digital signatures, key exchange, and the secure transmission of symmetric keys.
- ✗
AES
Why it's wrong here
Advanced Encryption Standard (AES) is a symmetric-key block cipher adopted by the U.S. government and widely used worldwide for data encryption. It operates by encrypting and decrypting data using the same secret key, making it highly efficient for bulk data encryption once a secure key exchange has occurred. AES supports key lengths of 128, 192, or 256 bits, offering robust security for confidential information.
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
One of 870 original CEH practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.