How does a password prevent an evil twin if the password is publicly known?

This discussion of WPA3 OWE seems to imply that WiFi at Starbucks/the airport/whatever can be secured against an evil twin attack if they use WPA3-Personal instead of OWE. But it seems like that wouldn’t actually do anything.
If I’m at som… Continue reading How does a password prevent an evil twin if the password is publicly known?

What kinds of attacks are eliminated in WPA2-PSK if for each device there’s a different (secret) PSK?

With regular WPA2-PSK there’s the fact that every device shares the same PSK, hence it’s possible to impersonate the AP by setting up an Evil Twin and watching the traffic. This isn’t possible without knowing the PSK, so for a setup where … Continue reading What kinds of attacks are eliminated in WPA2-PSK if for each device there’s a different (secret) PSK?

What is a logical threshold in terms of users or devices to migrate from WPA personal to WPA enterprise?

I have a question in particular about WPA’s Enterprise versus Personal without discussing the specifics of WPA2/WPA3.
I’ve encountered quite a few situations where the Personal version of WPA2/WPA3 was used while WiFi access was provided t… Continue reading What is a logical threshold in terms of users or devices to migrate from WPA personal to WPA enterprise?

Constructing PTK key from sniffed traffic and decrypting WPA2 network traffic using it

Suppose there is a WPA2/PSK access point (AP) and 2 clients are connected to it, say X and Y. So X and Y both know the password or PSK required for authentication.
From here:

In case of WPA2/PSK when device authenticates with access point… Continue reading Constructing PTK key from sniffed traffic and decrypting WPA2 network traffic using it

Why does message 1 of the WPA2 4 way handshake begin with the access point sending a random number?

All the references I have found
https://en.wikipedia.org/wiki/IEEE_802.11i-2004
https://www.wifi-professionals.com/2019/01/4-way-handshake
https://www.hitchhikersguidetolearning.com/2017/09/17/eapol-4-way-handshake/
indicate that the first… Continue reading Why does message 1 of the WPA2 4 way handshake begin with the access point sending a random number?