top of page
Search
  • Writer's pictureBhanu Prasad

WPA3-Simultaneous Authentication of Equals(SAE)

Updated: Jan 16, 2023

Let's try to understand how WPA3-SAE generates PMK for each user and helps the user secure from not becoming prey for brute force and dictionary attacks.


Key generation is done based on Diffie Hellman Algorithm in SAE.


Below is the information flow between the user Device and Access point in the PMK Key generation procedure in WPA3-Personal.


“Password Element = g= is derived function of Password / Pre-shared key and Mac-addresses.”


P = Prime number.

Both P and g values will be the same on the Access point and the user device.


Variables in red never exchanged between the user device and access point.


X and Y are Random numbers.




X and Y are normally known as Private Key.


Calculation of Common secret S for the user device


Calculation of Common secret S for the Access point


Using “S,” PMK is calculated. Without knowing X and Y values, it is impractical to calculate Value “S.”

Suppose the user device fails to key in the Wrong Passphrase or Pre-shared key. Authentication Confirm from AP to the user device will status code: Unspecified Failure as shown below.




Let’s take an example and try to calculate the value “S” to clarify any confusion.



Note: To calculate the Mod you can use Microsoft excel. For example, "=mod(3125,23)" feed-in the cell of excel and hit enter, we will see the result 20. The values taken in the example are minimal but will be used in huge random numbers, and that's why it's impractical to calculate the value S.



Thanks for viewing the article, please leave a feedback comment (good or bad), so that I can improve.







1,940 views2 comments

Recent Posts

See All

RADIUS Attribute Proxy-State

RADIUS is a networking Protocol that provides AAA services and is commonly seen in any Enterprise network. In this article, we will discuss the importance Radius attribute Proxy-state which is seen on

Opportunistic Wireless Encryption(OWE)

Opportunistic Wireless Encryption (OWE) /enhanced open authentication helps secure the data to be precise encrypt data. If a hacker/anyone eavesdropping will not understand the data collected, the inf

bottom of page