Text Steganography
hide secret messages in plain text
Cover Text (carrier)
Secret Message
Output (copy this)
Output will appear here...
Encoded Text
Hidden Message
Decoded message will appear here...
How it works:
Zero-Width: Encodes the secret message as invisible zero-width characters (U+200B, U+200C) inserted between visible characters. The text looks identical but contains hidden binary data.
Capital Letters: Encodes by selectively capitalizing letters in the cover text (capital=1, lower=0).
Nth Character: The first letter of every Nth word spells out the secret message.