๐Ÿ”‘ Hash Generator

๐Ÿ”’ ๅฎ‰ๅ…จ & ๅฎขๆˆท็ซฏๅค„็†

Type any text to instantly compute MD5 and SHA-1/256/384/512 digests. Nothing is uploaded โ€” all hashing runs locally.

MD5
SHA-1
SHA-256
SHA-384
SHA-512

How to use

  1. Type or paste text into the input area.
  2. MD5 and SHA-1/256/384/512 digests are computed live as you type.
  3. Click Copy next to any digest to copy it.
  4. SHA family uses the browser's built-in crypto.subtle.digest(); MD5 is implemented inline since the Web Crypto API does not include it.

Security note: MD5 and SHA-1 are broken for cryptographic use (collisions exist). Use them only for non-security integrity checks. For passwords, use a slow KDF like bcrypt, scrypt, or argon2 on the server, never plain hashes.

Examples

"abc" digests:

MD5    : 900150983cd24fb0d6963f7d28e17f72
SHA-1  : a9993e364706816aba3e25717850c26c9cd0d89d
SHA-256: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad

Empty string:

MD5    : d41d8cd98f00b204e9800998ecf8427e
SHA-256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855