Hash Generator
Create SHA hashes locally with the Web Crypto API.
Stays on this deviceYour text is hashed locally in your browser and is not uploaded to our servers.
How to use
- Enter text.
- Choose an algorithm.
- Copy the hex digest.
Example
sconehead
Hash Generator
This tool hashes text. It does not encrypt data and is not a password-storage system. Use it to inspect checksums, not to hide secrets.
FAQ
- Is hashing the same as encryption?
- No. A hash cannot be reversed to recover the original text.
- Which algorithms are supported?
- SHA-1, SHA-256, SHA-384, and SHA-512.