Meteor: Cryptographically secure steganography for realistic distributions
1–5 of 5 posts
Re: Meteor: Cryptographically secure steganography for realistic distributions
#2Re: Meteor: Cryptographically secure steganography for realistic distributions
#3Re: Meteor: Cryptographically secure steganography for realistic distributions
#4Research question: Would be possible to design a cryptographically secure steganography resistant to transformations such as printing and scanning (i.e., a provably secure steganographic algorithm where the encoded message can be decoded after printing the image and acquiring the image via scan or photograph)?
As far as I know, image based steganography usually uses random noise added to a cover image and a preshared key to decide which noise is actually encoded information. Since printers and scanners are a lossy channel, the noise will deteriorate. So I think this is a hard problem -- this might be possible with some kind of error correcting code as used in QR codes and alike (or maybe even use QR codes as the cover channel)
Re: Meteor: Cryptographically secure steganography for realistic distributions
#5Research question: Would be possible to design a cryptographically secure steganography resistant to transformations such as printing and scanning (i.e., a provably secure steganographic algorithm where the encoded message can be decoded after printing the image and acquiring the image via scan or photograph)?
That's an interesting question! Disclaimer: In my current research, I'm focusing on steganography on ML-based lossless channels. Not an export on image-based steganography. As far as I know, image based steganography usually uses random noise added to a cover image and a preshared key to decide which noise is actually encoded information. Since printers and scanners are a lossy channel, the noise will deteriorate. So…