Hash Generator
Compute MD5, SHA-1, SHA-256 and SHA-512 digests of any text.
Runs in your browser — nothing is sent to a server
SHA digests come from the browser's native
crypto.subtle. MD5 is computed in a small in-page implementation. Nothing is uploaded.About this tool
Enter text and get its MD5, SHA-1, SHA-256 and SHA-512 hashes side by side, as lowercase hex. SHA digests use the browser's native Web Crypto API; MD5 (which Web Crypto doesn't provide) is computed in a small in-page implementation. Useful for checksums and quick comparisons. Your input never leaves the page.