iziznkit
All tools

Hash generator

Free · no sign-up

Compute SHA-1, SHA-256, SHA-384 and SHA-512 of any text — locally, nothing uploaded.

Enter text to see its hashes.

Compute the SHA hash of any text — SHA-1, SHA-256, SHA-384 and SHA-512 at once — right in your browser. This free hash generator uses the browser's built-in Web Crypto, updates as you type, and lets you copy any digest with one click. Your text is hashed locally and never leaves the page.

  • SHA-1, SHA-256, SHA-384 and SHA-512 together
  • Updates live as you type
  • Copy any hash in one click
  • Uses secure Web Crypto, not a JS shim
  • Runs in your browser — nothing uploaded

Who it's for

  • Verifying a file or text checksum
  • Generating a digest for an API signature
  • Comparing values without storing the original
  • Learning how hashing works

How it works

  1. 1Type or paste your text.
  2. 2See all four SHA hashes update instantly.
  3. 3Copy the digest you need.

Frequently asked questions

Which hash algorithms are supported?+

SHA-1, SHA-256, SHA-384 and SHA-512, computed with the browser's Web Crypto API. MD5 isn't included because browsers don't provide it natively.

Is my text uploaded to hash it?+

No. Hashing happens entirely in your browser using Web Crypto — nothing is sent to a server.

Is SHA-1 safe to use?+

SHA-1 is fine as a checksum but is considered weak for security (collisions are feasible). Prefer SHA-256 or stronger for anything security-related.

Can I hash a password with this?+

You can compute a hash, but a plain SHA is not how you should store passwords — use a slow, salted algorithm like bcrypt or Argon2 for that.