Name: Anonymous 2010-04-30 17:38
Quick question from a PHP noob:
I want to put a password into a mysql db by hashing it first, and then sending the hash. Is there a security risk here? I don't know enough about where things are happening (client vs server, etc...) to know.
I want to put a password into a mysql db by hashing it first, and then sending the hash. Is there a security risk here? I don't know enough about where things are happening (client vs server, etc...) to know.