Just a quick question. I've read several articles about MD5, hashing,salts, etc... but they all seem to say different things...
Is doing this for a SQL string used to store a user password to the database sufficient?
UPDATE tbl_user SET pass = md5('$pass')
So I guess my question:
Is the md5() PHP function alone enough to store password securely?
Thanks.


Sign In
Create Account


Back to top









