Input Text
Enter the text you want to hash
Hash Algorithms

Algorithm Details

MD5
128-bit hash (deprecated for security)
32 chars
SHA-1
160-bit hash (deprecated for security)
40 chars
SHA-256
256-bit hash (recommended)
64 chars
SHA-384
384-bit hash
96 chars
SHA-512
512-bit hash
128 chars

Security Recommendations

  • Avoid
    MD5 and SHA-1 are cryptographically broken
  • Recommended
    Use SHA-256 for most applications
  • High Security
    Use SHA-384 or SHA-512 for high-security needs
  • Note
    Always use proper salt for password hashing
About Hash Generator

The Hash Generator computes cryptographic hashes from text using algorithms including MD5, SHA-1, SHA-256, SHA-384, and SHA-512. A hash is a fixed-length fingerprint of the input: the same input always produces the same hash, but you can't reverse the hash back to the original.

Hashes are used to verify file integrity, store password digests, and create checksums. Hashing runs locally in your browser, so the text you hash is never sent anywhere.

Frequently asked questions