All tools

Hash Generator

MD5, SHA-1, SHA-256, SHA-384, SHA-512.

SHA-256

About

Paste text or drop a file and get its hash. Supports the standard cryptographic hash algorithms. Hashing happens locally using the Web Crypto API. Useful for verifying downloads, generating ETags, or making fingerprints.

How to use

  1. Pick the algorithm.
  2. Paste text or drop a file.
  3. Copy the hash.

FAQ

Should I use MD5?+

MD5 is fine for non-security uses (cache keys, file integrity against accidents). It's broken for security. Don't use it to verify against attackers, and don't use it for password storage.