for future you could use mysql's encode and decode functions.  serves your
purpose though not as secure.
http://www.mysql.com/doc/M/i/Miscellaneous_functions.html


--aaron


"Michael P. Carel" <[EMAIL PROTECTED]> wrote in message
001101c239c1$541db6a0$[EMAIL PROTECTED]">news:001101c239c1$541db6a0$[EMAIL PROTECTED]...
> Hi to all,
>
> How could i decrypt the encrypted data in MYSQL?
> I've inserted values in mysql using the PASSWORD( $userpassword ) function
> to encrypt all user password.
> Example:
> Insert into Users_Table set Password_Field=PASSWORD('$userpassword');
>
> But i don't know how to select to view the $userpassword value.
>
> Is there anyone who could help? Thanks in advance.
>
>
> Mike
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to