Simultaneous Authentication of Equals
A simultaneous authentication of equals (SAE) is a protocol used in WPA3 that
-
provides stronger password protection from guessing attacks by third parties
-
employs discrete logarithm cryptography to perform an efficient exchange that enables mutual authentication using a password, and
-
resists offline dictionary attacks.
WPA3 and SAE in Wi-Fi Security
WPA3 is the latest version of Wi-Fi Protected Access (WPA), which is a suite of protocols and technologies that provide authentication and encryption for Wi-Fi networks.
WPA3 leverages SAE to provide stronger protections for users against password guessing attempts by third parties.
-
WPA3-Personal protects users through robust password-based authentication, making brute-force dictionary attacks more difficult.
-
WPA3-Enterprise provides higher-grade security protocols for sensitive data networks.
When the client connects to the AP, they perform an SAE exchange. If the exchange is successful, both parties create a cryptographically strong key, which is used to derive the session key. The client and AP complete commit and confirm phases. After commitment, the devices transition to confirm states whenever a new session key is generated. This method uses forward secrecy so that if an intruder cracks one key, the other session keys remain secure.
Feedback