Direct answer
Steganography is the practice of concealing a message inside another artifact so that the hidden communication is less obvious than ordinary encrypted ciphertext. The carrier may be text, an image, whitespace, metadata, formatting, or another representation.
How it differs from encryption
Encryption aims to make message content unreadable without a key. Steganography aims to make the presence of the hidden message less apparent. A system can use both: encrypt a payload first, then conceal the ciphertext inside a carrier.
Text steganography
Text offers relatively little redundancy, so textual methods often use structure or alternative representations: acrostics, punctuation choices, whitespace, Unicode format characters, synonym choices, or encoded strings. These channels trade capacity, naturalness, and robustness.
How FugitiveAI uses it
FugitiveAI turns these ideas into self-contained puzzles. Each challenge lives on this site, uses harmless secret words, and validates answers on the server. The goal is to learn how machine-visible representation can differ from human-visible content.
Frequently asked questions
Is steganography the same as cryptography?
No. Cryptography obscures message content; steganography obscures the existence or location of the message.
Can text contain hidden information?
Yes. Position, formatting, whitespace, Unicode characters, metadata, and linguistic choices can all carry secondary information.