CASE 011 · Word-Length Parity

Measured Steps

A five-letter signal is carried by the lengths of the words. Recover it and submit the word.

Intermediate 200 pts Hint penalty: 25 pts

Artifact

Inspect this carefully

The silent trail curves under winter pines where faint tracks still remain after night passes. A scout proceeds along these paths while every detail helps reveal where the faint signs settle nearby. Later he notes every small change and leaves.

Machine View Inspect alternate representations

Compare the rendered artifact above with representations derived from the same browser-delivered artifact. Machine View does not decode, score, or identify the hidden message.

Opening a representation may expose clues that are already present in the page source or DOM.

Source Browser serialization

            
Text DOM textContent

            
Characters Unicode code points

            

Submit recovered message

Server-side validation
0 hints used

    About the technique

    Word-Length Parity

    Word-length parity is a structural text channel in which a defined odd/even length rule maps ordinary words to binary states. It can look natural to a reader, but it is fragile: editing, paraphrasing, or changing the word-segmentation rule can alter the bitstream.

    Read the related field guide →

    Questions

    Frequently asked

    What is word-length parity steganography?

    It is a linguistic hidden-information method that maps a property of word length, such as odd versus even letter counts, to symbols such as binary 0 and 1.

    Why does the extraction rule need to be explicit?

    Punctuation, contractions, hyphenation, Unicode letters, and tokenizer choices can change what counts as a word. A deterministic decoder needs the same segmentation rule used by the encoder.

    Is word-length encoding robust to paraphrasing?

    Usually not. Replacing, inserting, deleting, or reordering words can change parity positions and corrupt the hidden bitstream.