Hash Generator
Compute a cryptographic hash of any text using the browser's Web Crypto API. Choose the algorithm below — the digest is computed locally.
Frequently asked questions
Is MD5 supported?
No. The Web Crypto API does not provide MD5 because it is cryptographically broken. Use SHA-256 or stronger.
Where does hashing happen?
Entirely in your browser via crypto.subtle.digest — your input is never sent anywhere.