Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes of any text instantly in your browser using the Web Crypto API.
Hashes are computed locally with crypto.subtle.digest — nothing is uploaded. Note: MD5 isn't offered because the Web Crypto API doesn't support it (it's considered cryptographically broken).