SHA-512 Hash of "login"
SHA-512 Hash
107350f79b8400469b09b40b91710e81a4276c7744a20fdb11fbfb31b5936332ff682f57bb9b2318b970789f7f9d5ea26bc2ff0bc94f61935a4072ad8125fe4d Hash Any Text
All Hashes of "login"
| Algorithm | Hash |
|---|---|
| SHA-512 | 107350f79b8400469b09b40b91710e81a4276c7744a20fdb11fbfb31b5936332ff682f57bb9b2318b970789f7f9d5ea26bc2ff0bc94f61935a4072ad8125fe4d |
| MD5 | d56b699830e77ba53855679cb1d252da |
| SHA-1 | 2736fab291f04e69b62d490c3c09361f5b82461a |
| SHA-256 | 428821350e9691491f616b754cd8315fb86d797ab35d843479e732ef90665324 |
About SHA-512
SHA-512 produces a 512-bit digest, written as 128 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 128 characters long, as expected for SHA-512.
Security: SHA-512 is secure and the larger member of the SHA-2 family. Its 512-bit digest gives a wider security margin than SHA-256, at a slightly higher computational cost. It is most appropriate for high-assurance signatures and integrity checks where a larger margin is wanted.
Can this hash be reversed?
Hashing is one-way — you cannot mathematically reverse a SHA-512 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.