Developer Utility

Bcrypt Hash Generator

Generate salted bcrypt password hashes locally with adjustable rounds from 1 through 20.

Bcrypt workflow

Generate salted bcrypt hashes locally

Create bcrypt password hashes in the browser with an adjustable work factor and copy-ready output.

Fresh salts change the output

Bcrypt generates a new salt for every run, so the same plain text and rounds can produce different valid hashes.

The plain text stays in the browser during hashing.

Default: 12

Choose bcrypt rounds from 1 through 20. Higher rounds take longer.

Output

Bcrypt hash

Enter plain text and rounds to generate a bcrypt hash.

No result yet. Submit the current tool action to populate this panel.