0

is there a way to encrypt/hash the table password in SQL CE 4.0? I have a table here in USERACCOUNT table Password. I want to encrypt/hash the text then insert it to my table Password. Then I want to select the Password which is encrypted/hashTABLEUSERACCOUNT

  • Possible duplicate of [How to hash a password](https://stackoverflow.com/questions/4181198/how-to-hash-a-password) – ErikEJ Oct 13 '18 at 09:33
  • already done it by using FormsAuthentication.HashPasswordForStoringInConfigFile(TxtPassword.Text, "MD5"); tnx btw :) – beginneratstart Oct 21 '18 at 13:19

0 Answers0