Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steganography mode #28

Open
reinderien opened this issue Oct 25, 2015 · 3 comments
Open

Steganography mode #28

reinderien opened this issue Oct 25, 2015 · 3 comments

Comments

@reinderien
Copy link
Owner

No description provided.

@makc
Copy link

makc commented Oct 29, 2015

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
Copy link
Owner Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants