Random Hash Generator
Type | Hash / Value | Copy |
---|---|---|
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
- Enter the text you want to hash.
- (Optional) add a Bcrypt cost between 4 β 31 for a custom-cost hash.
- Press Generate. Hashes appear immediately.
- 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.