-1

I have a problem which requires me to create a brand new PNG image, that has a same XMODEM-CRC checksum as an existing PNG image.

The new image must have a PNG structure and the exising image's XMODEM-CRC is: 0xC553

I am looking for a way which i can solve the problem or a solution(image that meets the mentioned conditions).

Thank you in advance!

iYehuda
  • 25
  • 3

1 Answers1

0

Assign 16 bits in a row somewhere in the PNG file that you can change (could be in a PNG comment), and try all 65,536 values until you get the XMODEM CRC you want.

Mark Adler
  • 101,978
  • 13
  • 118
  • 158