MD5 collision for known input

断了今生、忘了曾经 提交于 2019-12-05 06:40:52
mata

Unitl now no algorithm has been discovered that allows you to find a matching input that will generate a given md5 hash.

What has been proven is that you can create md5 collisions quite easily, for example with what is known as chosen-prefix-collision: you can create two files yielding the same md5 hash by appending different data to a specified file. If you want to know more or get the program to try it, look here.

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