Field manual

Learn hidden information techniques

Direct explanations first, technical detail second, hands-on challenges third. Prefer a reviewed sequence? Follow a Learning Path →

Guide

What Is Steganography?

Steganography hides the existence of a message by embedding it inside an ordinary-looking carrier such as text, an image, metadata, or another digital artifact.

Read guide →

Guide

What Is Invisible Unicode?

Invisible Unicode refers to characters that are present in a text string but do not produce an ordinary visible glyph, or primarily control formatting and text behavior.

Read guide →

Guide

How Can HTML Hide Text?

HTML can contain text and attributes that exist in source or the DOM without appearing as ordinary visible page text. CSS can also make rendered text effectively imperceptible.

Read guide →

Guide

What Is Base64?

Base64 is a reversible binary-to-text encoding that represents bytes using a restricted printable alphabet. It is not encryption.

Read guide →