Bcrypt / Argon2 / PBKDF2 Password Hash Verifier & Generator (Offline & Secure)
Generate Bcrypt, Argon2id, and PBKDF2 password hashes and verify candidate passwords against existing hashes entirely in your browser.
How to use
- Toggle between 'Generate Hash' and 'Verify Password Against Hash' modes.
- In Generate mode: Enter plaintext password, adjust cost rounds or iterations, and copy generated hash.
- In Verify mode: Paste an existing hash ($2b$10$...) and candidate password to receive an instant match verification badge.
Important Considerations
- Bcrypt 72-byte string truncation limits.
- Support for $2a$, $2b$, and $2y$ hash dialect prefixes.
Privacy Notice: This tool is strictly client-side. All processing runs in your local browser memory using JavaScript. No text, tokens, payloads, or logs are ever transmitted to any remote server or analytics engine. You can even use this tool completely offline.
Keyboard Shortcuts
- Ctrl/Cmd + KOpen Command Palette