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