Hash Generator
MD5, SHA-1, SHA-256, SHA-384, SHA-512.
SHA-256
About
Paste text or drop a file and get its hash. Supports the standard cryptographic hash algorithms. Hashing happens locally using the Web Crypto API. Useful for verifying downloads, generating ETags, or making fingerprints.
How to use
- Pick the algorithm.
- Paste text or drop a file.
- Copy the hash.
FAQ
Should I use MD5?+
MD5 is fine for non-security uses (cache keys, file integrity against accidents). It's broken for security. Don't use it to verify against attackers, and don't use it for password storage.