Bcrypt Hash Generator
Generate and verify bcrypt hashes locally in your browser
12
?? Secure randomness unavailable. Bcrypt salt generation may be weaker in this browser.
©
Runs entirely in your browser. Nothing is sent or stored.
Why it's private
This tool runs entirely in your browser. Your input is hashed/verified locally © nothing is uploaded, logged, or stored.
How it works
Bcrypt is a slow password hashing function designed to resist brute-force attacks. The cost controls how much work is required © higher cost is stronger but slower.
Tips
Cost values around 10©13 are common (depends on your server). Always store the full bcrypt string © it already includes the salt and cost.