Skip to content
FizzKit

Bcrypt Generator / Checker

Generate bcrypt hashes with configurable work factor, or check a password against an existing bcrypt hash. Suitable for building or debugging auth systems.

Runs locally in your browser
12
Cost factor
2^12 = 4,096 rounds
Last hash time
Algorithm
bcrypt ($2a$)

About Bcrypt Generator / Checker

Generate bcrypt hashes with configurable work factor, or check a password against an existing bcrypt hash. Suitable for building or debugging auth systems.

Bcrypt Generator / Checker is part of FizzKit — a collection of focused, browser-based tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.

Frequently asked questions

12 is a sensible default in 2026. Higher values increase security but also login time. Benchmark on your target hardware.