Developer Tools

Bcrypt Hash Generator — Online Hash and Verify Tool

Generate bcrypt password hashes and verify plaintext locally in your browser. Adjust rounds to control cost for manual database writes and hash comparison.

bcryptPasswordSecurity
Quick switch:Htpasswd Generator

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Write a bcrypt admin password into a database manually
  • Verify whether an existing hash matches plaintext
  • Compare timing across different round values

How to use

  1. Enter plaintext and choose rounds
  2. Generate a hash or paste an existing hash to verify
  3. Copy the result into config or a database

Example input and output

Plaintext

secret

Hash prefix

$2a$10$...

FAQ

Is plaintext uploaded?

No. Generation and verification run locally in the browser.

What round value should I use?

Higher rounds are slower and more resistant to brute force. Balance timeout and security; 10–12 is a common starting range.

Tools

Related tools

Continue with another translated tool for a nearby task.

Htpasswd Generator

Htpasswd Generator — Basic Auth Credential Tool

Available

Encode a username and password into a .htpasswd line using bcrypt for Nginx auth_basic and similar HTTP basic authentication setups.

htpasswd Nginx Auth