simple answer is no. the only way to decrypt the passwd is to run it through
a cracker. All admins are used to this and know that if a user has lost a
passwd that they are going to have to give them a new one, finding the old
just isnt work one week of processing time :)
Im curious to see how other php developers store their passwd's
-plain text in db
-use of unix password()
-use of db password()
-other ?
Chris Lee
Mediawaveonline.com
""Jason Jacobs"" <[EMAIL PROTECTED]> wrote in message
011501c07f3f$c415bcc0$5800a8c0@doc">news:011501c07f3f$c415bcc0$5800a8c0@doc...
> Hi. I use password() to excrypt my passwords when I'm adding users to my
> mysql database. I'm wondering if there's a function to use to un-encrypt
it
> (for a web interface to change the password, and so the admin who is
editing
> user info can see what it is). Thanks for any help.
>
> Jason
>
>
>
> --
> 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]