Bcrypt Generator
Hash passwords securely using the bcrypt algorithm.
10
Fast (4)Balanced (10)Slow & Secure (16)
Generated Output
Awaiting input...
Performance NoteHigher salt rounds mean the hashing process takes exponentially longer. This makes it heavily resistant to brute-force attacks, but settings of
14+ may temporarily pause your browser tab while computing.What is a Bcrypt Hash Generator?
Bcrypt is an adaptive hashing function based on the Blowfish cipher. It automatically incorporates a salt to protect against rainbow table attacks and is intentionally designed to be computationally slow, resisting brute-force search attacks. This tool lets you securely generate hashes or verify passwords directly in your browser.
How to use
- 1Enter a plain text password into the input field.
- 2Select the salt rounds (higher means exponentially more secure, but slower to compute).
- 3Click the Generate Hash button to securely create your hash.
- 4Copy your hash, or paste an existing hash into the tool and click Compare to verify a match.