Posted on 2005-07-19 22:28:15-07 by itub in response to 749
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.

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.