Type or generate a password
Choose 12 for production
Copy the bcrypt hash
Showing 8 of 94 related tools
Bcrypt is a password hashing function designed by Niels Provos and David Mazières in 1999. It's based on the Blowfish cipher and includes a salt to protect against rainbow table attacks. Bcrypt is adaptive, meaning you can increase the iteration count (salt rounds) over time to make it slower and more resistant to brute-force attacks as computers get faster.
Type or generate a password you want to hash
Select 12 for production use, 10 for development
Click the button to create your bcrypt hash
Use the verify section to test password matching
Salt rounds determine how many times the hashing algorithm iterates. More rounds = more secure but slower: