From WEP to WPA2 and WPA3
Compare wireless encryption standards and why WPA3 wins.
From WEP to WPA2 and WPA3 is a free Network+ Academy lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Network+ Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
The Evolution of Wi-Fi Security
Wireless encryption has improved through several standards: WEP, WPA, WPA2, and WPA3. Each fixed weaknesses in the last. Knowing this progression, and why the older ones failed, is essential for choosing secure settings and for the Network+ exam. This lesson compares the standards and explains why WPA3 is the modern winner you should use whenever it is available.
WEP: Broken and Obsolete
WEP (Wired Equivalent Privacy) was the first Wi-Fi encryption, and it is badly broken. It uses a weak RC4 cipher with a short, reused initialization vector, letting attackers crack the key in minutes with free tools. WEP should never be used today. If you ever find a network still on WEP, treat it as effectively unencrypted and upgrade it immediately.
WPA: A Stopgap
WPA (Wi-Fi Protected Access) was a quick fix for WEP weaknesses without requiring new hardware. It introduced TKIP (Temporal Key Integrity Protocol), which changed keys dynamically to stop the WEP-style attacks. WPA was a meaningful improvement but still based on the aging RC4 cipher, and TKIP itself was later found vulnerable. WPA was always meant as a temporary bridge to WPA2.
WPA2: The Long Standard
WPA2 (2004) became the dominant standard for over a decade. Its key advance is using AES (Advanced Encryption Standard) with CCMP, a strong, modern cipher replacing the weak RC4. WPA2 with AES is genuinely secure for most purposes and is still widely deployed. When you set up Wi-Fi, WPA2-AES is the minimum acceptable choice if WPA3 is unavailable.
WPA2 Weaknesses
WPA2 is strong but not perfect. Its personal mode is vulnerable to offline brute-force attacks: an attacker captures the connection handshake and then guesses the password offline, so weak passwords can be cracked. The KRACK attack (2017) also exposed a flaw in the handshake. These issues, especially weak-password risk, motivated the next generation, WPA3.
WPA3: The Modern Winner
WPA3 (2018) is the current best standard. It replaces the WPA2 handshake with SAE (Simultaneous Authentication of Equals), which resists offline password-guessing, even a captured handshake cannot be brute-forced offline the same way. WPA3 also adds forward secrecy and stronger encryption. When available, WPA3 is the recommended choice for the best wireless protection.
Why WPA3 Wins
WPA3 advantages are concrete. SAE stops the offline dictionary attacks that threaten WPA2 personal, so even a modest password is far harder to crack. Forward secrecy means that capturing today traffic does not let an attacker decrypt it later even if they get the password. And it improves protection on open networks too. These make WPA3 clearly the most secure option.
Transition Mode
Because not all devices support WPA3 yet, many routers offer a WPA2/WPA3 transition mode. This lets newer devices use WPA3 while older ones fall back to WPA2 on the same network. It eases migration, though a network is only as strong as the weakest mode in use. Pure WPA3 is best once all devices support it.
Recommended router security setting:
Best : WPA3-Personal (SAE)
Good : WPA2-AES (CCMP)
Mixed : WPA2/WPA3 transition
Never : WEP or WPA-TKIPChoosing the Right Setting
The practical rule: use WPA3 if all devices support it; otherwise use WPA2 with AES, or a WPA2/WPA3 transition mode. Never use WEP or WPA with TKIP, both are obsolete and insecure. Avoid mixed modes that allow TKIP, as they drag the whole network down to the weakest cipher. This simple ladder keeps your wireless protected.
Ciphers: TKIP vs AES
The exam often pairs each standard with its cipher. WEP uses weak RC4. WPA introduced TKIP, an improvement over WEP but now considered insecure. WPA2 and WPA3 use strong AES (with CCMP, and GCMP in WPA3). The shortcut to remember: if you see TKIP, it is old and weak; if you see AES, it is modern and strong. Always choose AES-based encryption.
Why It Matters
Wireless encryption is your network first line of defense. The progression WEP to WPA to WPA2 to WPA3 is a story of fixing each one flaws. WEP and original WPA are broken; WPA2-AES is solid; WPA3 with SAE is best. For the exam and real life, know which ciphers each uses and always choose the strongest your devices support.
Quick Check
Test your encryption knowledge.
Recap
Wi-Fi encryption evolved through WEP, WPA, WPA2, WPA3. WEP (RC4) is broken; WPA with TKIP was a stopgap, also now weak. WPA2 uses strong AES/CCMP and is the acceptable minimum, but its personal mode allows offline password cracking (KRACK). WPA3 adds SAE to resist offline guessing plus forward secrecy, making it the best choice. Use WPA3 when possible, WPA2-AES otherwise, and never WEP or TKIP.
Frequently asked questions
Is the “From WEP to WPA2 and WPA3” lesson free?
Yes — the full text of “From WEP to WPA2 and WPA3” is free to read here on the web, and the Network+ Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Network+ Academy course, upgrade to CoddyKit PRO.
What will I learn in “From WEP to WPA2 and WPA3”?
Compare wireless encryption standards and why WPA3 wins. You practise Network+ Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Network+ Academy?
No prior experience is required. Network+ Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “From WEP to WPA2 and WPA3” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Network+ Academy lesson?
Yes. Every Network+ Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Why Open Wi-Fi Is Risky
- From WEP to WPA2 and WPA3
- Personal vs Enterprise Authentication
- Hardening a Wi-Fi Router