๐ Hash Generator
๐ Seguro e Cliente-side
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
- Type or paste text into the input area.
- MD5 and SHA-1/256/384/512 digests are computed live as you type.
- Click Copy next to any digest to copy it.
- 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: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015adEmpty string:
MD5 : d41d8cd98f00b204e9800998ecf8427e
SHA-256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855