Bcrypt Hash Generator
Industry-standard password hashing with adaptive cost.
Bcrypt Hash
Hash and verify passwords with bcrypt, entirely in the browser.
Hash a password
Higher = more secure but slower. 10 is standard.
Verify a hash
What is Bcrypt Hash?
Bcrypt is an adaptive hashing function based on the Blowfish cipher. It is specifically designed for password hashing, incorporating a salt to protect against rainbow table attacks and a configurable cost factor to slow down brute-force attempts as hardware improves.