Bcrypt Hasher & Verifier
Hash a password with real bcrypt and a random salt, or verify it against an existing bcrypt hash.
Related tools
How to Use
- 1Open the Bcrypt Hasher & Verifier tool in your browser.
- 2Paste or type your content into the input field.
- 3The tool processes it instantly — no page reload needed.
- 4Copy the result with one click, or download it if available.
About this tool
Create standards-compliant bcrypt hashes with random salts and verify existing hashes locally in your browser. Passwords are never submitted to a server.
Example: generate a cost-10 hash and verify the original password against it. Bcrypt intentionally ignores bytes after its 72-byte input limit.