Hash Generator
Generate cryptographic hashes from text
Input Text
About Hashes
SHA-1 - 160-bit hash. Deprecated for security use, still used for checksums.
SHA-256 - 256-bit hash. Recommended for most applications.
SHA-384 - 384-bit hash. Truncated version of SHA-512.
SHA-512 - 512-bit hash. Strongest, best for password hashing.
Note: Hashes are computed locally in your browser. Data is never sent to any server.