Web Tools

Focused browser utilities with dedicated routes.

Security

Bcrypt password hash

Generate and verify bcrypt password hashes locally in the browser. Bcrypt is a one-way hash, not reversible encryption.

Enter the plaintext password to hash with bcrypt.

Common values are 10 to 12. Higher cost factors are slower but more expensive to brute-force.

The generated bcrypt hash will appear here.

Check whether a plaintext password matches an existing bcrypt hash.

Paste a bcrypt hash here, or generate one above and it will be copied into this field automatically.

Status

Ready to generate a bcrypt password hash.