SHA-512 Hash of "hello"
SHA-512 Hash
9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 Hash Any Text
All Hashes of "hello"
| Algorithm | Hash |
|---|---|
| SHA-512 | 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 |
| MD5 | 5d41402abc4b2a76b9719d911017c592 |
| SHA-1 | aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d |
| SHA-256 | 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 |
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 "hello" should never be used as a password. Strong passwords are long, random, and salted before hashing.