SQL Server 中的密码加盐

发布于 2024-09-16 10:45:57 字数 88 浏览 2 评论 0原文

我有一个项目来开始对密码进行加盐。为了避免破坏我们现有的应用程序,这将需要在存储过程中执行哈希。

由于我是这个主题的新手,你能告诉我从哪里开始吗?

I have a project 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半寸时光 2024-09-23 10:45:57

这需要 CLR 函数来进行哈希处理。以下是 MSDN 中的一些信息。 此处是哈希的链接。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文