so you mean there's no way to decrypt that. I wan't to create a Password
Reminder to my script, that would email them their password if ever they
forgot it.
Is there any suggestion/comments?

>You can't view it anymore. You can compare a string with
>PASSWORD('string') to see if they match.

>Julio Nobrega
>Pode acessar:
>http://www.inerciasensorial.com.br
> 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


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

Reply via email to