What is this tool?
This tool generates secure password hashes using PBKDF2 (Password-Based Key Derivation Function 2). You can also verify a password against an existing hash. All computation is done locally in the browser.
How to Use
- Enter a password and configure the salt, algorithm, and iterations.
- Click 'Generate Hash' to compute the hash.
- To verify, switch to the Verify tab and enter the password, hash, and salt.
- Click 'Verify' to check if the password matches.
Examples
- Generate a PBKDF2 hash for storing passwords securely.
- Verify a user's password against a stored hash.
- Compare hash outputs with different iteration counts.