๐ŸŽ Giveaway: Enter on Reddit for free lifetime access to AiCybr CompTIA, CCNA, and PBQ resources.

๐Ÿ“ก

Wireless Security Cheat Sheet

WEP, WPA, WPA2, WPA3, and 802.1X authentication

Type Year Encryption Auth Method Security Notes
WEP1997RC4 (40/104-bit)Open/Shared KeyInsecureCracked in minutes, never use
WPA2003TKIP (RC4)PSK/EnterpriseWeakTemporary fix for WEP, vulnerable
WPA2-Personal2004AES-CCMPPSK (Pre-Shared Key)GoodMost common, use strong password
WPA2-Enterprise2004AES-CCMP802.1X/RADIUSBetterIndividual user credentials
WPA3-Personal2018AES-GCMP-256SAE (Dragonfly)ExcellentForward secrecy, resistant to offline attacks
WPA3-Enterprise2018AES-GCMP-256802.1X + 192-bitExcellentCNSA Suite, government-grade
Open (Enhanced)2018OWENone (encrypted)GoodEncrypted open networks
WPS2006VariesPIN/Push buttonInsecureBrute-force PIN attack, disable this
802.1X2001VariesEAP methodsExcellentPort-based access control
EAP-TLS2000TLSMutual certificatesExcellentMost secure EAP, requires PKI
PEAP2002TLS tunnelMSCHAPv2/GTCGoodTLS tunnel + inner auth
EAP-TTLS2001TLS tunnelVarious innerGoodFlexible inner authentication
MAC FilteringN/ANoneMAC whitelistPoorEasily spoofed, not security
Captive PortalN/ANone/TLSWeb loginVariesGuest networks, hotels

โŒ Never Use

WEP - Cracked in minutes.
WPA (TKIP) - Vulnerable.
WPS PIN - Brute-forceable.

โœ… Recommended

WPA3 - Best security, SAE handshake.
WPA2-Enterprise - Per-user creds, RADIUS.
EAP-TLS - Certificate-based, strongest.