Developer tools
SHA hash generator
Compute SHA-256 or SHA-1 digests of text with the Web Crypto API β nothing leaves the browser.
Hex digest
β
Your data never leaves the browser.
How it works
- Choose SHA-256 or SHA-1.
- Type or paste text β the hex digest updates live.
- Copy the digest when ready.
FAQ
- Is MD5 available?
- Not in this tool β prefer SHA-256 for new work.
- Is my text uploaded?
- No. Hashing uses Web Crypto in your browser only.