Free Tool
Hash Generator
Generate SHA-256, SHA-512, SHA-384, and SHA-1 cryptographic hashes from any text. Uses the browser's Web Crypto API — no data leaves your device. Free, no sign-up.
Hash Generator
About these hash functions
- SHA-256 — Most widely used. Recommended for checksums, data integrity, and HMAC.
- SHA-512 — Longer output, slightly faster on 64-bit CPUs. Good for passwords (with salting).
- SHA-384 — Truncated SHA-512, used in TLS and certificate signing.
- SHA-1 — Legacy. Collision vulnerabilities found — do not use for security purposes.
All hashing runs in your browser using the Web Crypto API — no data leaves your device.