Program for generating PBKDF2/HMAC-SHA1 hashes in Java.
How to use:
- Run
java -jar wpa2h.jar <ssid> <password> [-m]
. - Wait about a second.
- The PSK/Hash has been generated.
- The last parameter is optional. Using it minimizes the output to just the hash, without all the extra text.
Android App:
(Link to app coming soon)
Is is safe?
It's completely safe! All the hashing is done on YOUR machine, and no info is sent to me or a server. Inspect the code yourself for proof!