logoalt Hacker News

Grom_PEyesterday at 10:34 PM2 repliesview on HN

It isn't necessary to use Exif to embed arbitrary data inside an image. Could as well use PNG extra chunk, JFIF app marker, or simply append data to the end of the file.

It would be more interesting to devise a method that survives all extra data stripping and re-encoding, perhaps taking advantage of deterministic encoders, assuming they don't randomize pixel data on purpose.

In other words: turning the image data stream itself into a polyglot.


Replies

Levitatingyesterday at 11:01 PM

Do you mean steganography?

show 1 reply
algoth1yesterday at 10:55 PM

Isnt this the principle behind synthid?

show 2 replies