Wireless Cryptography & Stream Ciphers Flashcards
(14 cards)
What is RC4?
A stream cipher that is fast and operates in 1 round.
Key size ranges from 1–256 bytes (8–256 bits).
What is the common usage of RC4 in WEP?
WEP uses a 40-bit key combined with a 24-bit IV.
WEP is very insecure and has been deprecated.
What is the common usage of RC4 in WPA?
WPA uses a 128-bit key and a 40-bit IV.
WPA is more secure than WEP but still crackable.
Who designed RC4?
RC4 was designed by RSA.
What are the weaknesses of WEP?
WEP has no replay attack protection, no tamper detection, uses a global key for all users, and is breakable by frequency analysis.
What is TKIP?
TKIP stands for Temporal Key Integrity Protocol and fixes WEP flaws by increasing the IV to 48 bits and using session keys.
What does WPA stand for?
WPA stands for Wi-Fi Protected Access.
What is the difference between WPA and WPA Enterprise?
WPA uses a pre-shared key, while WPA Enterprise uses 802.1X, EAP, and an authentication server for individual logins.
What is WPA2?
WPA2 uses AES-CCMP for 128-bit encryption and supports both pre-shared key and enterprise mode.
What are the wireless authentication protocols supported by WPA2?
WPA2 supports PEAP, EAP-TLS, and LEAP (now deprecated).
What is the modern standard for Wi-Fi security?
WPA2 is considered the modern standard for Wi-Fi security.
What type of cipher is ChaCha?
ChaCha = ✅ Stream cipher
Designed as a faster, more secure alternative to RC4
What type of cipher is ChaCha NOT?
ChaCha is NOT a block or asymmetric cipher.
What key sizes does RC4 use in WEP?
RC4 used in WEP with:
✅ 40-bit key (original)
✅ 128-bit key (improved version)
Still weak due to poor IV management