What is the bcrypt cost factor?
The cost factor controls how many hashing rounds are performed. Higher values increase resistance to brute-force attacks but also require more processing time.
Security
Generate bcrypt password hashes with a configurable cost factor directly in your browser.
Generate bcrypt password hashes with a configurable cost factor directly in your browser.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this bcrypt generator to create encoded bcrypt password hashes locally in your browser. Select an appropriate cost factor and remember that production authentication should perform hashing in a trusted application environment.
The cost factor controls how many hashing rounds are performed. Higher values increase resistance to brute-force attacks but also require more processing time.
Yes. A bcrypt hash contains the algorithm version, cost factor, salt and resulting password hash.
Yes. A browser-compatible JavaScript or WebAssembly implementation can calculate bcrypt hashes locally.