First page Back Continue Last page Overview Graphics
One-Way Hashes and Secure Hashes
One-way hashes are functions returning a fixed-length value for a variable-length input.
It should be very difficult to determine what input would create that hash without hashing and comparing.
Another desirable property is to be extremely hard to find another message that hashes to the same hash value.