Free Hash Generator (MD5, SHA-1, SHA-256, SHA-512)

Generate MD5, SHA-1, SHA-256, SHA-384 and SHA-512 hashes from any text · instantly and entirely in your browser.

Frequently asked

Which algorithms are supported?

MD5, SHA-1, SHA-256, SHA-384, and SHA-512. SHA family hashes use the browser's native Web Crypto API; MD5 uses a bundled implementation.

Should I use MD5 or SHA-1 for security?

No · both are cryptographically broken and unsuitable for passwords or signatures. They remain useful only for non-security checksums. For security, prefer SHA-256 or better, and for passwords use a dedicated KDF like bcrypt, scrypt, or Argon2.

Related tools

  • SRI Hash Generator · Generate a Subresource Integrity hash for any script or stylesheet · paste the content or upload the file · so a compromised CDN can't tamper with it.
  • AES Encrypt / Decrypt · Encrypt text with a password using AES-256-GCM · and decrypt it back. Keys are derived with PBKDF2 and everything stays in your browser.
  • .gitignore Generator · Pick your stack and get a ready .gitignore · with the .env and secret-file rules that keep credentials out of your repository.

Run a full security scan →