View Single Post
Old 03-25-2009, 08:51 AM   #8 (permalink)
murdocsvan
murdocsvan's Avatar
 
Ultra Techie

Join Date: Jun 2007

Location: Surrey, UK

Posts: 849

murdocsvan is on a distinguished road

Default Re: PHP form password with MD5

Thanks for the code, been really helpful.

However, once the password has been stored in the database, the idea is that people who have access to the database wont be able to read it. It will only be me, but still...

Wouldn't it be easier just to use the sha1 function on its own? And then to store the key as the password in the table. The whole salt thing is quite complicated, and i'm still only getting to grips with the basics.
__________________

murdocsvan is offline