Hi
I'm looking to write a uid/pass login page (done and working),
but 1 thing I keep coming across is md5'ing passwords for
database storage.
I have a few questions regarding this topic:-
1) How do you change the hash back into a password i.e. password recovery (thought md5 was 1 way incrypt)?
2) Why md5 a password if you have to have a plain text version in the database for password recovery?
3) Is it the case that I will need to write a script to change the password instead of mailing the password to the users supplied e-mail address?
TIA
Steve