Hash Generator
Generate cryptographic hashes from any text — runs entirely in your browser.
About These Algorithms
- SHA-1 — 160-bit hash. Deprecated for security, still used in Git.
- SHA-256 — 256-bit hash. Gold standard for integrity verification.
- SHA-384 / SHA-512 — Higher security margin for sensitive applications.
All hashing is done locally using the Web Crypto API. Your data never leaves your device.
← Back to Tools