Hello gurus!
I have a tough question here: I have a table containing passwords, and they're all encrypted using the mysql PASSWORD function. You know, in a query, PASSWORD("mypass"
. Now the question is, how can I retrieve the password in textformat so it can be used in my page where users can retrieve their password if they lost it?
Thank you ver much,
Stijn Teijssen
I have a tough question here: I have a table containing passwords, and they're all encrypted using the mysql PASSWORD function. You know, in a query, PASSWORD("mypass"
Thank you ver much,
Stijn Teijssen