Posted by Mike Russell on 02/17/07 07:07
<damod.php@gmail.com> wrote in message
news:1171690564.542111.127690@s48g2000cws.googlegroups.com...
>
> What is MD5 its encryption algorithm...? am in php Mysql
I treat it as a black box that takes any string, and converts it to a 32
character "encrypted" string that happens to be a hex number. The algorithm
is fast on systems with 32 bit registers, and (for a while anyway) it was
very difficult to "fool", in the sense of coming up with a string that will
produce the desired encrypted value.
http://en.wikipedia.org/wiki/MD5
--
Mike Russell
www.curvemeister.com/forum/
[Back to original message]
|