内置的 ASP.NET 成员资格哈希足够好吗?

发布于 2024-08-21 03:19:29 字数 91 浏览 10 评论 0原文

我只是想知道 ASP.Net 会员资格中的内置哈希是否具有良好的密码安全性,或者我是否应该采取更多措施来保护我的密码?如果是这样,我应该考虑什么以获得更高级别的安全性?

I'm just wondering if the built in Hashing in the ASP.Net membership good password security, or if there is more that I should do to protect my passwords? If so, what should I look into for a higher level of security?

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

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

发布评论

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

评论(2

诠释孤独 2024-08-28 03:19:29

加盐的哈希方法相当不错。然而,安全性有多好还取决于您的应用程序的安全性。

可能不足以保护银行账户、机库 18 项目或医疗档案。但是对于普通公司网站或当地体育俱乐部来说已经足够了。

The hashing method with salt is pretty good. However how good the security is also depends a bit on how secure your application has to be.

Probably not good enough for securing bank accounts, hangar 18 projects or medical profiles. But yes good enough for your average company website or local sport club.

眼眸里的快感 2024-08-28 03:19:29

ASP.NET 成员资格使用来自 System.Security 的标准 .NET 哈希算法.Cryptography 命名空间。我认为这对于许多网络解决方案来说已经足够了。

ASP.NET Membership uses standard .NET hashing algorithms from System.Security.Cryptography namespace. I thinks that's enough for many web solutions.

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