Bcrypt generator
Hash text with bcrypt in your browser. Work runs locally. The plaintext is not sent to a server.
No uploads. No account. Free to use.
- Files never leave your device
- Runs entirely in your browser
- No signup required
- Free
What is bcrypt generator?
The bcrypt generator hashes a string with bcryptjs at a chosen cost factor. The plaintext is not sent to a server.
How to use it
- Enter a string to hash.
- Choose a cost factor.
- Get a bcrypt hash computed in this tab.
When to use it
Seed hashes for fixtures or check a cost factor without pasting production passwords into a public hasher.
Frequently asked questions
Are my files uploaded?
No. This tool runs in your browser. Files and text stay on your device and are not sent to our servers.
Does this use AI?
No. It is a deterministic utility. There is no model and no third-party processing of your data.
Related tools
More in Developer tools.