SHA-1 Hash of "login"
SHA-1 Hash
2736fab291f04e69b62d490c3c09361f5b82461a Hash Any Text
All Hashes of "login"
| Algorithm | Hash |
|---|---|
| SHA-1 | 2736fab291f04e69b62d490c3c09361f5b82461a |
| MD5 | d56b699830e77ba53855679cb1d252da |
| SHA-256 | 428821350e9691491f616b754cd8315fb86d797ab35d843479e732ef90665324 |
| SHA-512 | 107350f79b8400469b09b40b91710e81a4276c7744a20fdb11fbfb31b5936332ff682f57bb9b2318b970789f7f9d5ea26bc2ff0bc94f61935a4072ad8125fe4d |
About SHA-1
SHA-1 produces a 160-bit digest, written as 40 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 40 characters long, as expected for SHA-1.
Security: SHA-1 is deprecated — a practical collision was demonstrated in 2017 (the SHAttered attack). Avoid it for any new security use; migrate existing systems to SHA-256 or stronger. It is most appropriate for legacy compatibility only, not new security uses.
Can this hash be reversed?
Hashing is one-way — you cannot mathematically reverse a SHA-1 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.