Reputation: 1
Im working on some testing lab and have two binary files that have MD5 collision in the middle by having the combination of prefix + middle (different content) + suffix. However, i would like to make the two binaries keep the same MD5 hash, but different SHA256, by keeping the prefix and the difference bytes in the middle but not suffix at the end. So this differ from the .ps files example where you have identical values in the beginning, different in the middle and identical at the end. Will this be possible?
I tried editing both files with different tools and commands in Windows and linux dd, vim, hexeditor but all of these will lead to different md5sum.
Upvotes: 0
Views: 98