Password Hash Generator

Generate SHA-256 and bcrypt-style password hashes, or compare two hashes to check if they match. Useful for debugging and security work.

Password

10 is a good default. Higher is slower but more secure.

How to use

  1. 1In Generate, enter a password and pick a bcrypt cost factor.
  2. 2Generate to get a bcrypt hash and a SHA-256 digest.
  3. 3In Verify, test a password against a hash to check if it matches.

Frequently asked questions

Related tools