how to encrypt the password column

后端 未结 6 1746
温柔的废话
温柔的废话 2021-01-12 08:16

I have user table in SQL Server 2008 r2. Nothing there is encrypted yet but I would like to at the least encrypt the passwords until the app is ready that will handle this b

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-12 08:43

    Encryption & Decryption examples can be found here:

    http://msdn.microsoft.com/en-us/library/ms179331.aspx

    Hashing example can be found here:

    http://msdn.microsoft.com/en-us/library/ms174415.aspx

提交回复
热议问题