WHAT THE SCANNER SEES
EXHIBIT 01
THE PADDING CHANNEL
Two codes. One extra message.
Both symbols open the same address. One also carries a short message in bytes that an ordinary scanner stops reading before it reaches.
IMPLEMENTED MECHANISM / LIVE QR OUTPUT
BUILD / INSPECT
Put your own message underneath
Everything happens locally in this browser. No payload leaves the page.
WHAT CHANGED UNDERNEATH
WHAT A SECOND READER CAN RECOVER
HOW AN ANALYST CAN NOTICE
DATA CODEWORDS
The bytes themselves
FINDING
Hidden from an ordinary reader does not mean hidden from an analyst.
The terminator tells a normal decoder that the overt message is complete. The remaining data capacity is filled with alternating 0xEC and 0x11 pad codewords. Replacing them can preserve the visible payload, but a standards-aware comparison exposes the change immediately.
Research basis: pad codewords as a carrier are documented in Tan et al. (2020) [BIB]. Regeneration-and-compare detection is described by Chen et al. (2023) [FULL]. HideAndSeen implements the same general pad-codeword mechanism; it does not claim to reproduce either paper byte for byte.
Read the research note