Hash Generator

Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes of any text.

How to use

  1. Type or paste the text you want to hash.
  2. Pick a hash algorithm.
  3. Copy the resulting hex digest.

Frequently asked questions

Which hash algorithms are supported?

SHA-1, SHA-256, SHA-384, and SHA-512, all computed with the browsers built-in Web Crypto API.

Why is MD5 not offered?

MD5 and SHA-1 are considered cryptographically broken. SHA-256 or stronger is recommended for anything security-related; SHA-1 is included for legacy checksums only.

🔒 This tool runs entirely in your browser. Nothing you enter is uploaded, logged, or stored.

Related tools