BCrypt Generator

Hash a password with bcrypt. Adjust cost factor. For password storage.

BCrypt Generator

How it works

Bcrypt uses a salt and cost. In browser we need a JS bcrypt library.

When to use it

Password hashing for storage.

Frequently asked questions

Client-side?

Bcrypt is CPU-heavy; server-side often preferred.

Salt?

Generated automatically per hash.