Random Hash Generator

TypeHash / ValueCopy
Your String
Bcrypt_custom
WordPress
Argon2id
Bcrypt_default
Bcrypt_7
Bcrypt_10
Bcrypt_11
Bcrypt_12
Bcrypt_13
SHA-512
SHA-256
SHA-1
MD5
Guide & FAQ

How to use

  1. Enter the text you want to hash.
  2. (Optional) add a Bcrypt cost between 4 – 31 for a custom-cost hash.
  3. Press Generate. Hashes appear immediately.
  4. Hit the orange Copy button beside any hash you need.

FAQ

Why is the WordPress hash useful?
It’s generated with the same phpass algorithm WordPress uses, so you can paste it directly into the wp_users table.

What does the Bcrypt cost control?
The number of hashing rounds. Higher values are more secure but slower. Acceptable range 4-31.

Are hashes reversible?
No. Cryptographic hashes are one-way functions.

Do you store my input?
Never. Hashes are produced on-the-fly and not logged.