Bcrypt Generator

Hash passwords using Bcrypt with configurable cost factors.

Input
Bcrypt Hash

Generated hash will appear here...

Customization
10

Higher cost factors take exponentially longer to compute. Values > 12 may freeze your browser.

Bcrypt Info

Bcrypt is a password-hashing function designed to be slow and compute-intensive. This protects against brute-force attacks.

About this Tool

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 an adaptive cost factor that makes it resistant to brute-force attacks. The cost factor (work factor) determines how computationally expensive the hash is - each increment doubles the time required, making bcrypt future-proof as hardware improves.

Frequently Asked Questions