Re: md5 encryption



On Fri, 27 May 2005 21:01:26 +0100, "simon" <spambucket@xxxxxxxxxxxx> wrote:

>> Start with a given string, it will always map to the same hash. Start with
>> the hash, it could map to any one of an infinite number of strings.
>
>I don't quite agree. But that's not the point.
>I was only replying to the OP. So for the third time, it is technically
>possible to get the string but almost impossible to do so.

No. it's impossible to get the original string, since it's impossible to know
which of the infinite number of plaintexts was used to produced the one hash
value they all map to.

The OP wrote:

>[...]encrypted using md5() from a php script, is
>there a way of returning the unencrypted data[...]

This is impossible.

--
Andy Hassall / <andy@xxxxxxxxxxx> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
.



Relevant Pages

  • Re: Well Ordering the Reals
    ... >> obviously the last of an unending set, which is the root of the contradiction. ... You mean the bit strings which are actually allowed to have infinite length, ... > countable bit string in my construction which maps to N, ... > Pdoes requiring something to map to *N means you have to ...
    (sci.math)
  • Re: Request for Peer Review - Refutation of Cantor Theorem Conclusion
    ... What does each of the first few natural numbers each map to? ... Technically, I guess, there are an infinite number of such functions ... Can you prove the existence of even one such enumeration, ... Of course, no matter what rule you tell me, I'll construct the string that differs in bit n from string n in your enumeration. ...
    (sci.logic)
  • Re: md5 encryption
    ... > Start with a given string, it will always map to the same hash. ... > the hash, it could map to any one of an infinite number of strings. ... Prev by Date: ...
    (alt.php)
  • hash two keys to one index
    ... I need to figure out how to map two different keys (a string and an ... don't want two copies of the the hash table. ...
    (comp.lang.java.programmer)
  • Re: md5 encryption
    ... it is technically possible to get the original string but near impossible to do so. ... it will always map to the same hash. ... it could map to any one of an infinite number of strings. ...
    (alt.php)