Jun 14, 2011 #1 armm1388 Programmer Apr 19, 2011 2 IR Hi how Can I Hide or Crypt Password in SQLServer DB? A Sample code Please . Thanks very much
Jun 15, 2011 #2 jmeckley Programmer Jul 15, 2002 5,269 US no, we will not do you work for you. however we can assist you. to properly store passwords you should salt and hash the password before persisting. using a hash algorthym like SHA 256 or 512 should be sufficient. once the value is salted and hashed you can store it anywhere you like. as for the code. a simple google search will get you started, if not provide the answer. Jason Meckley Programmer faq855-7190 faq732-7259 Upvote 0 Downvote
no, we will not do you work for you. however we can assist you. to properly store passwords you should salt and hash the password before persisting. using a hash algorthym like SHA 256 or 512 should be sufficient. once the value is salted and hashed you can store it anywhere you like. as for the code. a simple google search will get you started, if not provide the answer. Jason Meckley Programmer faq855-7190 faq732-7259