Hi I have two pdf files along with md5sums. now I want to do collision attack such that
Only one of the two files can be modified by the attacker. In this case, it is assumed that the attacker only has access to one PDF file, is free to edit the image whatever they choose, and that the (visible) text of the PDF should not be altered. The other PDF file, however, is completely unmodifiable by the enemy. Only the attacker is capable of reading and running the second PDF file. So, he is aware of its MD5 checksum.
Both files can be altered by the attacker. When an attacker submits a created program for security auditing before receiving a certificate or permission to distribute the software, this scenario frequently occurs with binary executable files. As a result, the adversary can get past the audit and then switch the application over to a malicious version. In this case, the attacker is free to alter both files' binary in order to obtain the desired MD5 checksum. The (visible) content of both files shouldn't be changed, though.
I did alot of search but nothing. anyone can help to share something