Developer
SHA hash generator
Generate SHA-1, SHA-256, SHA-384, or SHA-512 hex digests of any text using the browser Web Crypto API. Input never leaves your device.
Enter text to hash.
How to use
Enter text, choose an algorithm, and copy the hex digest. Empty input shows a prompt instead of hashing.
Questions
- Is MD5 available?
- No. This tool uses Web Crypto SHA algorithms only.
- Are hashes salted?
- No. You get the raw digest of the exact UTF-8 bytes you typed.