what is the best way of storing passwords in a MySql database?
Is it ok (safe) to have them as plain text?
or is there a more advanced way to store passwords?
I have used the mysql password function to store password but this is only one way. i would like to be able to retrieve lost passwords.
Any ideas