reinderien / mimic

[ab]using Unicode to create tragedy
MIT License
3.74k stars 102 forks source link

Steganography mode #28

Open reinderien opened 9 years ago

makc commented 9 years ago

this one is easy, get ascii only text of the length equal to binary number length, replace 1-s (or 0-s) with non-ascii homoglyph.

(assuming there is one for every alphanumeric + whitespace + punctuation)

reinderien commented 9 years ago

The "binary number length"? If I understand it correctly, that would be (a) wasteful and (b) break the --me-harder option. My approach will, instead, be to use the choice of replacement character as the data capacity, since there is more than one replacement choice possible.

NightMachinery commented 3 years ago

Does this work? I had this idea months ago, but I could not find any prior art.