Digest-MD5 - Re: Digest::MD5 Question

Posted on Wed Jul 20 01:28:15 2005 by itub in response to 749 (See the whole thread of 2)
Re: Digest::MD5 Question
The whole point of the MD5 digest is that you cannot return them to their original state. They are one way functions.

First, consider that you may be reducing a huge string to a small fixed-length digest. That means that information got lost; there may be many long strings that also map to the exact same digest. However, if the digest works properly, it should be very computationally expensive to figure out a plain text value that results in a given digest.

Write a response