CASE 016 · Sentence-Order Steganography

Reordered Evidence

A four-letter signal is carried by discourse order. Use the recovered fact-pair codebook to reconstruct the message.

Advanced 400 pts Hint penalty: 55 pts

Artifact

Inspect this carefully

Morning sequence

  1. The east gate opened at 06:10. A red bicycle passed the checkpoint.
  2. The courtyard stones were still wet. Rain ended before sunrise.
  3. The archive light stayed on all night. No clerk signed the overnight log.
  4. A delivery van stopped beside the loading bay. The rear camera recorded no plate number.
  5. The river gauge rose by three centimeters. Mud appeared on the lower stair.
  6. The call button there showed a fresh scratch. The service elevator paused on level two.
  7. The office door was locked from the hallway. A paper cup remained warm on the desk.
  8. The west window stood open by a finger's width. Dust on the sill showed one clean streak.
  9. The maintenance cart was missing one wrench. A matching tool mark appeared on the latch.
  10. The station log listed no scheduled adjustment. The rooftop antenna pointed south.
  11. A blue thread caught on the fence wire. The nearby coat rack held no blue garments.
  12. The basement clock stopped at 02:14. The power monitor recorded a brief outage.
  13. Fresh tire tracks ended at the same road. A map pin marked the old quarry.
  14. One shelf showed a recently covered label. The storage cabinet smelled faintly of paint.
  15. The hallway microphone captured two knocks. The door sensor reported no opening.
  16. The final notebook page was torn out. Paper fibers remained along the binding.

Evening sequence

  1. The east gate opened at 06:10. A red bicycle passed the checkpoint.
  2. The courtyard stones were still wet. Rain ended before sunrise.
  3. The archive light stayed on all night. No clerk signed the overnight log.
  4. A delivery van stopped beside the loading bay. The rear camera recorded no plate number.
  5. Mud appeared on the lower stair. The river gauge rose by three centimeters.
  6. The call button there showed a fresh scratch. The service elevator paused on level two.
  7. The office door was locked from the hallway. A paper cup remained warm on the desk.
  8. Dust on the sill showed one clean streak. The west window stood open by a finger's width.
  9. The maintenance cart was missing one wrench. A matching tool mark appeared on the latch.
  10. The station log listed no scheduled adjustment. The rooftop antenna pointed south.
  11. A blue thread caught on the fence wire. The nearby coat rack held no blue garments.
  12. The power monitor recorded a brief outage. The basement clock stopped at 02:14.
  13. A map pin marked the old quarry. Fresh tire tracks ended at the same road.
  14. One shelf showed a recently covered label. The storage cabinet smelled faintly of paint.
  15. The door sensor reported no opening. The hallway microphone captured two knocks.
  16. Paper fibers remained along the binding. The final notebook page was torn out.
Recovered sentence-order codebook

Read the 16 fact pairs from top to bottom. Within each carrier block, A followed by B represents 0 and B followed by A represents 1. The same 16-pair codebook repeats once across the morning and evening sequences, producing 32 bits. Group the result into four 8-bit ASCII bytes.

  1. A: The east gate opened at 06:10.
    B: A red bicycle passed the checkpoint.
  2. A: Rain ended before sunrise.
    B: The courtyard stones were still wet.
  3. A: The archive light stayed on all night.
    B: No clerk signed the overnight log.
  4. A: A delivery van stopped beside the loading bay.
    B: The rear camera recorded no plate number.
  5. A: The river gauge rose by three centimeters.
    B: Mud appeared on the lower stair.
  6. A: The service elevator paused on level two.
    B: The call button there showed a fresh scratch.
  7. A: A paper cup remained warm on the desk.
    B: The office door was locked from the hallway.
  8. A: The west window stood open by a finger's width.
    B: Dust on the sill showed one clean streak.
  9. A: The maintenance cart was missing one wrench.
    B: A matching tool mark appeared on the latch.
  10. A: The rooftop antenna pointed south.
    B: The station log listed no scheduled adjustment.
  11. A: A blue thread caught on the fence wire.
    B: The nearby coat rack held no blue garments.
  12. A: The basement clock stopped at 02:14.
    B: The power monitor recorded a brief outage.
  13. A: A map pin marked the old quarry.
    B: Fresh tire tracks ended at the same road.
  14. A: The storage cabinet smelled faintly of paint.
    B: One shelf showed a recently covered label.
  15. A: The hallway microphone captured two knocks.
    B: The door sensor reported no opening.
  16. A: The final notebook page was torn out.
    B: Paper fibers remained along the binding.
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

    Sentence-Order Steganography

    Sentence-order steganography uses the relative ordering of otherwise preserved facts as a symbolic carrier. The same two propositions can remain present while their discourse order changes, but the alternatives are not pragmatically identical: order can affect emphasis, coherence, chronology, and which fact feels like context versus conclusion.

    Read the related field guide →

    Questions

    Frequently asked

    What is sentence-order steganography?

    It is a linguistic hidden-information method that maps predefined orderings of the same fact pair, such as A→B and B→A, to symbols such as binary 0 and 1.

    Does reversing two sentences preserve exactly the same meaning?

    It preserves the same two explicit propositions in a carefully curated pair, but discourse order can change emphasis, coherence, implied chronology, and what readers treat as background versus focus.

    Why is sentence-order encoding fragile?

    Editing can reorder, merge, split, delete, or paraphrase sentences. Any such change can flip a bit, remove a carrier block, or desynchronize later positions.