开发者

Password salting in SQL Server

开发者 https://www.devze.com 2023-01-13 12:21 出处:网络
I have a proj开发者_C百科ect to start salting passwords. In order to avoid breaking our existing applications, this will require performing the hash inside a stored procedure.

I have a proj开发者_C百科ect to start salting passwords. In order to avoid breaking our existing applications, this will require performing the hash inside a stored procedure.

Since I'm a total newbie on this topic, can you tell me where to get started.


This would require a CLR function to do the hashing. Here is some info in MSDN. And here is a link for the hashing.

0

精彩评论

暂无评论...
验证码 换一张
取 消