PBKDF2-HMAC-SHA1 format for WPA hex key
#2
base64-encoding the hex data is wrong. You first need to decode the hex, then base64-encode the result.

Quote:Aditionally based on this post I modified the salt (ESSID) with a ":" at the end. In the post the seperator for John the Ripper is "$".
I have no idea why you did this, but don't.


Messages In This Thread
RE: PBKDF2-HMAC-SHA1 format for WPA hex key - by undeath - 04-18-2018, 07:31 PM