![]() |
| |
|
Secure Hash Algorithm The Secure Hash Algorithm generates a 160-bit (40-hex-digits representing 20 bytes) message digest for a given message of any length. The digest is unique to the message. It is computationally infeasible to recover the message from the message digest. The only way to find the source for a given message digest is to compute the message digest for every possible message and then check the result.
|