Revision [31536]
This is an old revision of WPA-PSK made by s243a on 2016-11-06 22:55:56.
Summary
WPA-PSK referees to the per-shared key-mode of the WPA (Wifi Protected) access protocol. This mode of operations is designed for home servers and small offices and is sometimes refereed to as WPA-personal.
Encryption
WPA-PSK key
WPA-PSK personal uses a 256 bit key. This key is composed either as a string of 64 hexidesimal digets or a passphrase between 8 and 63 printable ASCII Characters.
Encryption Method
The key is encrypted using a PBKDF2 derived function to the passphrase, using the SSID as the salt function and 4096 iterations of HMAC-SHA1 [1]
References The key is encrypted using a PBKDF2 derived function to the passphrase, using the SSID as the salt function and 4096 iterations of HMAC-SHA1 [1]