Which one is more secured md5 or whirlpool (hashes) and Why?

白昼怎懂夜的黑 提交于 2019-12-11 14:22:26

问题


I am very much new in this cryptography section. I want to raise a question here regarding md5 hashes and whirlpool hashes. So far I have found that md5 can be broken and hence it is not safe to use. I also learned a little bit about whirlpool hashes. Now, my question is "Which one is more secured?" except knowing that md5 can be broken.

One more question, i need to know any applications that use both md5 and whirlpool hashes in their program. It would be really helpful for me if anyone can come forward to share some knowledge.

Cheers


回答1:


the more bits a hash contains, the more secure. MD5 is a 128-bit string, SHA-1 is a 160-bit string and Whirlpool is a 512-bit string. Based on this alone, Whirlpool is clearly superior to both SHA-1 and MD5.



来源:https://stackoverflow.com/questions/18604481/which-one-is-more-secured-md5-or-whirlpool-hashes-and-why

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!