Hash Generator
Web CryptoGenerate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 digests with hex or base64 output.
Digest
No Digest
Type text and the digest appears instantly
About Hash Generator
Pick an algorithm and type or paste any text. The digest updates instantly as you type. SHA variants are computed with the browser's native WebCrypto implementation, while MD5 uses a compact RFC 1321 implementation included in the page - no external service is involved.
Choose hex (the familiar 40/64-character form) or base64 output, and optionally uppercase the result. Common uses include checking file or payload checksums, verifying configuration values, and generating deterministic identifiers.
Hashing is one-way: the original text cannot be recovered from the digest. Everything runs locally, so sensitive strings never leave your device.
Features & Highlights
- MD5, SHA-1, SHA-256, SHA-384, and SHA-512
- Live digest as you type
- Hex and base64 output
- Uppercase formatting option
- Digest length shown in bits
- 100% client-side with Web Crypto