Hash Generator
Type in some text and get its SHA-family hash values instantly. Everything is processed with the browser's standard Web Crypto (SubtleCrypto), so your input is never sent to a server.
Features
- Generates SHA-1 / SHA-256 / SHA-384 / SHA-512 all at once
- Real-time calculation as you type, with per-algorithm copy
- Uppercase hex output option, plus a byte count of your input
- Great for checksum verification, integrity checks, and development or learning