I've looked around the forum and have not seen anyone having implemented a version of the PBKDF2 function from RFC2898.
In the form of
PBKDF2(passphrase, ssid, 4096, 256), this function is the standard way all routers and applications compute the actual encryption authentication hex key used in wireless networks when using WPA (& WPA2) encryption. The hex key is derived in this standard way from the network SSID and the ASCII passphrase.
Anyone know if a routine doing this has been posted, and I'm just not finding it? I'd really hate to reinvent the wheel.
In the form of
PBKDF2(passphrase, ssid, 4096, 256), this function is the standard way all routers and applications compute the actual encryption authentication hex key used in wireless networks when using WPA (& WPA2) encryption. The hex key is derived in this standard way from the network SSID and the ASCII passphrase.
Anyone know if a routine doing this has been posted, and I'm just not finding it? I'd really hate to reinvent the wheel.
Comment