Spring Security 的 DaoAuthenticationProvider 的密码编码器是 MD5 还是 SHA-256?

发布于 2024-09-24 06:22:03 字数 21 浏览 2 评论 0原文

两者之间有什么真正的区别吗?

Is there any real difference between the two?

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

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

发布评论

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

评论(1

不必了 2024-10-01 06:22:03

MD5 有一些已知的漏洞,而 SHA-256 则没有。因此我建议使用 SHA-256。 这里有一个描述原因的链接。虽然我不知道它们是否真的是该网站隶属于美国国土安全部,它确实解释了我的意思。

关于 MD5 的维基百科文章也讨论了这些弱点。

MD5 has some known vulnerabilities, whereas SHA-256 does not. Because of this I would suggest SHA-256. Here's a link that describes why. Although I have no idea if they are actually affiliated with the US Department of Homeland Security, the site does explain what I mean.

The Wikipedia article on MD5 also discuses the weaknesses.

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