Direct answer
Active/passive voice steganography is a linguistic hidden-information technique that assigns symbols to deliberate choices between curated active-voice and passive-voice realizations of an event. Under a shared rule, an active sentence can represent binary 0 while its reviewed passive counterpart represents binary 1, allowing grammatical structure to carry a secondary signal.
How grammatical voice becomes a binary carrier
A deterministic scheme defines an ordered set of event pairs. Each pair contains an active realization and a passive realization that are close enough in intended event meaning for the specific context. The encoder selects one form according to the payload bit; the decoder revisits the same positions in the same order, maps the observed voice back to 0 or 1, groups the bits, and reconstructs the message.
Worked benign example
Suppose the rule defines “The analyst checked the gate.” as 0 and “The gate was checked by the analyst.” as 1. If the next reviewed event pair is “The guard logged the delivery.” = 0 and “The delivery was logged by the guard.” = 1, then choosing the passive first sentence and active second sentence contributes the bits 10. The sentences do not inherently mean bits; the interpretation comes from the shared codebook and carrier order.
Semantic equivalence is approximate, not automatic
Active and passive constructions can describe the same underlying event, but they do not always have identical discourse effects. Voice can change which participant is foregrounded, how agency is emphasized, what information sounds given versus new, and whether an agent can be omitted. A credible carrier therefore needs pair-by-pair review rather than an automatic active-to-passive rewrite rule.
Agency and emphasis can change
In active voice, the agent commonly appears as the grammatical subject. In passive voice, the affected object or result becomes the subject and the agent may move into a by-phrase or disappear entirely. That shift can be useful as a binary distinction, but it can also alter tone or imply a different reason for mentioning the event. FugitiveAI keeps the agent explicit in both states so the puzzle focuses on voice rather than hidden-agent omission.
Capacity and naturalness trade off
A binary voice choice has a nominal ceiling of one raw bit per eligible event, but usable capacity is much lower because not every sentence has a natural passive counterpart. Packing too many passive constructions into ordinary prose can sound bureaucratic, while forcing active voice into contexts that naturally emphasize results can sound equally artificial. Naturalness depends on the surrounding genre and information flow.
Parser and extraction rules must be deterministic
A decoder needs a stable definition of carrier boundaries and pair order. Sentence splitting, clause coordination, omitted agents, auxiliary verbs, punctuation changes, and edits that merge sentences can all change how a parser classifies voice. For reproducible puzzles, the carrier set and accepted active/passive realizations should be explicitly defined rather than inferred from a general-purpose parser.
Why editing and paraphrasing destroy the signal
Voice-choice channels are structural linguistic channels. An editor may switch passive wording to active for clarity, rewrite an active sentence to emphasize a result, remove a by-phrase, combine clauses, or reorder events. These changes can flip bits, remove carrier positions, or desynchronize every later symbol even when the visible facts remain substantially the same.
How to solve active/passive hidden-message puzzles
Identify the exact event-pair mapping and carrier order first. For each designated sentence, decide whether the artifact uses the approved active or passive realization, convert that choice to its assigned bit, and group the bits according to the stated encoding. If the output is incoherent, verify sentence boundaries, pair order, and whether a sentence was rewritten beyond the permitted pair.
Detection and defensive analysis
When a codebook is known, software can compare each carrier sentence against the two approved realizations and recover the bitstream directly. Without a codebook, unusually dense or patterned alternation between active and passive voice can be an anomaly signal, but it is not proof of steganography because ordinary writing legitimately mixes both forms. Preserve the original text before normalization or paraphrasing so structural evidence is not destroyed.
Frequently asked questions
How much data can active/passive voice steganography carry?
A binary voice choice can carry at most one raw bit per eligible event, but real capacity is lower because only some sentences support both forms naturally without awkwardness or meaning shift.
Are active and passive voice interchangeable?
Not automatically. They can preserve the same core event while changing emphasis, agency, information structure, and stylistic fit. Each candidate pair needs contextual review.
Can a parser reliably detect passive voice?
A parser can often identify common passive constructions, but edge cases, omitted agents, coordinated clauses, and rewriting can complicate classification. Deterministic puzzle systems should define exact accepted carrier forms.
Can paraphrasing remove voice-based steganography?
Usually. Rewriting can change grammatical voice, sentence boundaries, agent expression, or event order while keeping the visible meaning similar.