Spring Security 的 DaoAuthenticationProvider 的密码编码器是 MD5 还是 SHA-256?
两者之间有什么真正的区别吗?
Is there any real difference between the two?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
两者之间有什么真正的区别吗?
Is there any real difference between the two?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
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.