Hash Generator
Compute MD5, SHA-1, SHA-256 and SHA-512 hashes of any text using the Web Crypto API.
Text
MD5
…
SHA-1
…
SHA-256
…
SHA-384
…
SHA-512
…
Ad space
Frequently asked questions
Which hash algorithms are supported?+
MD5, SHA-1, SHA-256, SHA-384 and SHA-512.
Is MD5 or SHA-1 safe to use for passwords?+
No, both are cryptographically broken for security purposes. Use SHA-256 or stronger, and ideally a dedicated password hash like bcrypt or Argon2 for real password storage.
Are the hashes computed locally?+
Yes, all hashing runs in your browser via the Web Crypto API (and a local MD5 implementation, since MD5 isn't in Web Crypto).