Bcrypt Generator
To generate a bcrypt hash enter the string to hash and hit the green generate button.
Bcrypt Hash:
What is this tool?
This generator allows you to create bcrypt password hashes using the blowfish cypher. Bcrypt is a much more secure method than other hashing algorithms such as MD5, which can be reversed fairly easily. The only way to "decrypt" a bcrypt hash is to rehash the original password and see if the hashes match. One can only match a hash if they already knew the original salt.