hi,
I would like to encrypt a password in a MySQL DB, simple enough with PASSWORD() or ENCODE(), however I want the site users to be able to request their password to be sent by email if lost so I need to retrieve this password in a readable format, is it possible using perhaps another function?
The password protected area doesn't contain any very sensitive info so it is not a big issue to retrieve it in a readable format.
Thank you for your help,
Oliveir