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:

  1. md5 wrong hash use passwords. quick. need use hashing algorithm takes lot more time.
  2. salt.

or better yet, use proven library handle you.


Comments

Popular posts from this blog

c# - error executing child request for server.transfer with Handler -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -

How to read input from STDIN in x86_64 assembly? -