Show HN: Fincher, a steganography tool for text
1–10 of 13 posts
Re: Show HN: Fincher, a steganography tool for text
#2Re: Show HN: Fincher, a steganography tool for text
#3* Changing punctuation for visually identical, but different characters. This would not work for printed documents however.
* Encoding only 'believable' typos, e.g. it's its. You could encode a binary stream across all instances of it(')s, or other substitutions.
* Encoding the stream in whitespace, e.g. Two/One spaces after a full stop. Printed documents would be lossy though (as full stops at line endings would be ambiguous). There are error detection/correction systems that can help though.
Re: Show HN: Fincher, a steganography tool for text
#4Very interesting tool, although storing as typos does seem to be a bit visible and prone to mistaken 'correction'. Other approaches to consider might be: * Changing punctuation for visually identical, but different characters. This would not work for printed documents however. * Encoding only 'believable' typos, e.g. it's its. You could encode a binary stream across all instances of it(')s, or other substitutions. *…
I do like your idea about visually similar but distinct character replacement. That would be a really fun one to implement.
Re: Show HN: Fincher, a steganography tool for text
#5This is similar to steganos ( https://github.com/fastforwardlabs/steganos ), which tries to limit itself to changes that do not change the meaning of the text.
Re: Show HN: Fincher, a steganography tool for text
#6Re: Show HN: Fincher, a steganography tool for text
#7Very interesting tool, although storing as typos does seem to be a bit visible and prone to mistaken 'correction'. Other approaches to consider might be: * Changing punctuation for visually identical, but different characters. This would not work for printed documents however. * Encoding only 'believable' typos, e.g. it's its. You could encode a binary stream across all instances of it(')s, or other substitutions. *…
It would be visually challenging to detect (and also, maybe, difficult for an OCR engine).
Re: Show HN: Fincher, a steganography tool for text
#8Re: Show HN: Fincher, a steganography tool for text
#9Very interesting tool, although storing as typos does seem to be a bit visible and prone to mistaken 'correction'. Other approaches to consider might be: * Changing punctuation for visually identical, but different characters. This would not work for printed documents however. * Encoding only 'believable' typos, e.g. it's its. You could encode a binary stream across all instances of it(')s, or other substitutions. *…
Re: Show HN: Fincher, a steganography tool for text
#10Very interesting tool, although storing as typos does seem to be a bit visible and prone to mistaken 'correction'. Other approaches to consider might be: * Changing punctuation for visually identical, but different characters. This would not work for printed documents however. * Encoding only 'believable' typos, e.g. it's its. You could encode a binary stream across all instances of it(')s, or other substitutions. *…
Snow is interesting and uses white space instead. http://www.darkside.com.au/snow/