Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 cryptographic hashes instantly online. Free hash generator using the Web Crypto API — your data never leaves the browser.
Text Input
Related Tools
JWT Decoder
Decode JWT tokens instantly. Inspect header and payload client-side — your token never leaves the browser.
Unix Timestamp
Convert Unix timestamps to UTC, local time, and ISO 8601 instantly. Auto-detects seconds vs milliseconds.
Base Converter
Convert numbers between decimal, hex, binary, and octal instantly. Free and runs in your browser.
How to Use the Hash Generator
- Type or paste your text in the input area.
- SHA-1, SHA-256, SHA-384, and SHA-512 hashes are generated instantly.
- Click Copy next to any hash to copy it to your clipboard.
- Use Load Example to hash the string "Hello, World!".
About SHA Hash Algorithms
- SHA-1 — 160-bit hash; deprecated for security use, still common in checksums and Git
- SHA-256 — 256-bit hash; widely used in TLS certificates, Bitcoin, and data integrity checks
- SHA-384 — 384-bit hash; stronger variant of SHA-256 for higher security requirements
- SHA-512 — 512-bit hash; maximum strength in the SHA-2 family, used in high-security contexts
Hashes are generated using the browser's built-in Web Crypto API. Your input never leaves your device.