View Single Post
Old Jun 28th, 2005, 9:54 PM   #5
BlazingWolf
Hobbyist Programmer
 
Join Date: Sep 2004
Posts: 207
Rep Power: 5 BlazingWolf is on a distinguished road
In regard to MD5. You need to store the hash of the password in the database.

Otherwise it will always return no rows because the hash will never be the same as your string 'catboy'.

So then when you hash the password that was entered on the form you can match it to the hash in the database.
__________________
_______________________________
BlazingWolf
BlazingWolf is offline   Reply With Quote