The whole idea of MD5 is to generate a unique code from your string. It's
practical impossible to generate an identical string that creates the same
unique code. So youcan be sure that someone that creates the same code also
created the same text... e.g. a password...

it's impossible to reverse the procedure, else it wouldn't be safe...

Greets,

Edward



"Jose" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

>

> I'm making a proyect in php, and I have some doubts about the md5.

> I encript a password with it, but I don't know how to decrypt it again.

>

> Thanks.

>

>

> --------------------------------------------------------------------------
--

> ------------------

> Jose Fco. ( [EMAIL PROTECTED] ).

> OLINET, S.L. Teléfono: 952207135 - Fax: 952207600

> Avda. Juan Sebastián Elcano, 39-41. 29017 Málaga.

> --------------------------------------------------------------------------
--

> ------------------

>

>

>

>

> --

> PHP General Mailing List (http://www.php.net/)

> To unsubscribe, e-mail: [EMAIL PROTECTED]

> For additional commands, e-mail: [EMAIL PROTECTED]

> To contact the list administrators, e-mail: [EMAIL PROTECTED]

>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to