<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Am 11.12.2013 17:54, schrieb
silvioprog:<br>
</div>
<blockquote
cite="mid:CAKq_V2KtgtEejQ3VexWObPWhuuzVnW+oTajwyV1A7cch2SjonQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">2013/12/11 Ewald <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:ewald@yellowcouch.org" target="_blank">ewald@yellowcouch.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im">Once upon a time, silvioprog said:<br>
> Hello,<br>
><br>
> How to decrypt a MD5 in FPC?:<br>
</div>
MD5 is a hashing algorithm, not an encryption algorithm.
There is more<br>
than one input for this algorithm which will generate the
same hash, as<br>
opposed to a cipher.<br>
<span class=""><font color="#888888"><br>
--<br>
Ewald</font></span></blockquote>
</div>
<div><br>
</div>
<div>Go to: <a moz-do-not-send="true"
href="http://md5decryption.com/">http://md5decryption.com</a></div>
<div>In "Please input the MD5 hash that you would like to be
decrypted:" field, put: 7db4a8dae498d1b4686ebd1f79326602</div>
<div>See the result in "Decrypted Text:" field.</div>
</div>
</div>
</blockquote>
Please read what they write on their web page (stresses by me):<br>
<br>
=== quote begin ===<br>
<br>
Encrypt MD5 hash, Decrypt MD5 hash<br>
MD5Decryption.com allows you to enter a MD5 hash and we will look
*into our database*<br>
and try to decrypt MD5. Basically it is a MD5 decrypter.<br>
<br>
What is an MD5 hash, or MD5 Checksum?<br>
MD5 is a 128-bit message digest function.<br>
It is used commonly in user authentication and MD5 checksum for data
integrity.<br>
<br>
How many MD5 hashes are in our database?<br>
*We have encrypted* more than 105,300,000 words, phrases, acronyms,
etc since 2006.<br>
<br>
=== quote end ===<br>
<br>
So they have build themselves a database of a limited number of md5
hashes and use that to resolve your requests. MD5 is a one way
hashing function. Full stop. Don't believe it? Well... I generated a
hash of "wrxlbrmpf" which is d162435be814d6c6f4e1e4f077e5343d. This
hash is not found in their database. Or better yet: Hash a 1GB movie
and ask them to decrypt that. It would definitely be awesome if you
could store a 1GB movie inside a 16-Byte hash...<br>
<br>
Regards,<br>
Sven<br>
</body>
</html>