Open reinderien opened 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.
Does this work? I had this idea months ago, but I could not find any prior art.
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)