CEH Practice Question: Advanced Topics: Wireless, Cloud, IoT, Cryptography
Which of the following cryptographic algorithms is classified as asymmetric?
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
✓
RSA
RSA is an asymmetric algorithm using a public/private key pair. AES, 3DES, and RC4 are symmetric algorithms.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
RC4
Why it's wrong here
RC4 is classified as a symmetric stream cipher, meaning it encrypts data bit by bit or byte by byte using a single, shared secret key for both encryption and decryption. This fundamental characteristic places it squarely within symmetric cryptography, which requires all communicating parties to possess the identical key, making it unsuitable for scenarios demanding distinct public and private keys.
- ✗
3DES
Why it's wrong here
Triple Data Encryption Standard (3DES) is a symmetric block cipher that applies the DES algorithm three times to each data block, typically using two or three distinct keys. Despite its iterative application and multiple keys, 3DES remains a symmetric algorithm because the same set of keys used for encryption must also be used for decryption, failing to meet the criteria for asymmetric key pairs.
- ✗
AES
Why it's wrong here
The Advanced Encryption Standard (AES) is a prevalent symmetric block cipher, processing data in fixed-size blocks (128 bits) using a single, secret key for both encryption and decryption. Its security relies entirely on the secrecy of this shared key, which is a hallmark of symmetric cryptography, thereby classifying it distinctly apart from asymmetric algorithms that employ separate public and private keys.
- ✓
RSA
Why this is correct
RSA (Rivest–Shamir–Adleman) is a foundational asymmetric cryptographic algorithm, distinguished by its use of a mathematically linked pair of keys: a public key for encryption and a private key for decryption. This unique public/private key architecture allows anyone to encrypt data using the public key, but only the holder of the corresponding private key can decrypt it, correctly classifying it as an asymmetric scheme.
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.