|
|
|
|
|
by eru
739 days ago
|
|
> I was imagining the message encoded in clear text, not encrypted form, [...] I was considering that, but I came to the conclusion that it would be an exceedingly poor choice. Steganography is there to hide that a message has been sent at all. If you make it do double duty as a poor-man's encryption, you are going to have a bad time. > As such, I approached it as a toy problem, and considered detection by savvy parties to be a feature, not a bug; I imagined something more like a pirate broadcast than a secure line, and intentionally ignored the presumption about the message being encrypted first. That's an interesting toy problem. In that case, I would still suggest to compress the message, to reduce redundancy. |
|
For the serious use cases you evidently have in mind, yes, it's folly to have it do double duty, but at the end of the day steganography is an obfuscation technique orthogonal to encryption, so the question of whether to use encryption or not is a nuanced one. Anyhow, I don't think it's fair to characterize this elaborate steganography tech as a poor-man's encryption — LLM tokens are expensive!