How to use
- Select "Generate hash" mode, enter a test string, and choose a salt rounds value between 4 and 15.
- Click "Generate" and wait — higher rounds values take exponentially longer (rounds 12 ≈ 300ms).
- Copy the resulting hash string for use in tests or documentation.
- Switch to "Verify hash" mode, enter the original string and the stored hash, and click "Verify" to confirm they match.
- All computation runs locally in your browser and nothing is stored or sent anywhere.
Examples
- Hashing "hunter2" with 10 rounds produces a string like $2b$10$... in about 100ms; the format line confirms version 2b and 10 rounds.
- In verify mode, pasting that hash back and entering "hunter2" returns a match, whilst entering "hunter3" returns a mismatch.