Hey...I was just wondering what the best way is to save passwords (in a db)?
currently i am just encrypting the passwords with md5, but this isnt ideal, because i cannot retrieve passwords...
ie. i would like to be able to have some php code which runs a query and returns a password.
if you have any suggestions of what i should use, let me know 🙂
thanks!