php - How to insert md5 hash value in MS sql server? -
i have table user have password field. here want input md5 hash value directly database since haven't prepare registration apps. there function or attributes column. search option , couldn't found options in sql server database , using md5 function in php select password of user table
does mean passwords in database aren't hashed @ all?
i know isn't answer looking but:
- md5 wrong hash use passwords. quick. need use hashing algorithm takes lot more time.
- salt.
or better yet, use proven library handle you.
Comments
Post a Comment