Bcrypt Hash Generator

Generate Bcrypt password hashes

Higher rounds = slower hashing. Recommended: 10-12.

Bcrypt Hash

About Bcrypt Hash Generator

Generate secure Bcrypt hashes for your passwords. Bcrypt is a password-hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher. It incorporates a salt to protect against rainbow table attacks and is an adaptive function: over time, the iteration count can be increased to make it slower, so it remains resistant to brute-force search attacks even with increasing computation power.

How to use

  • Enter the password you want to hash.
  • Select the number of salt rounds (cost factor). Higher means slower and more secure.
  • Click "Generate Hash".
  • Copy the resulting hash.