MD5 Hash of "login"
MD5 Hash
d56b699830e77ba53855679cb1d252da Hash Any Text
All Hashes of "login"
| Algorithm | Hash |
|---|---|
| MD5 | d56b699830e77ba53855679cb1d252da |
| SHA-1 | 2736fab291f04e69b62d490c3c09361f5b82461a |
| SHA-256 | 428821350e9691491f616b754cd8315fb86d797ab35d843479e732ef90665324 |
| SHA-512 | 107350f79b8400469b09b40b91710e81a4276c7744a20fdb11fbfb31b5936332ff682f57bb9b2318b970789f7f9d5ea26bc2ff0bc94f61935a4072ad8125fe4d |
About MD5
MD5 produces a 128-bit digest, written as 32 hexadecimal characters. The same input always produces the same hash, while even a one-character change yields a completely different output. This page's hash is exactly 32 characters long, as expected for MD5.
Security: MD5 is cryptographically broken — practical collisions have been demonstrated since 2004. It is fine for non-security checksums and deduplication, but should never be used for passwords, signatures, or any security-sensitive purpose. It is most appropriate for file checksums and non-security deduplication.
Can this hash be reversed?
Hashing is one-way — you cannot mathematically reverse a MD5 hash to recover its input. However, precomputed (rainbow) tables can simply look up the hashes of common inputs, so a common dictionary word like "login" should never be used as a password. Strong passwords are long, random, and salted before hashing.