Mask
MONOALPHABETIC SUBSTITUTION — *every letter has a fixed substitute.* The cryptography primitive of *arbitrary one-to-one alphabet remapping (more general than shift; same letters always become same substitutes).*
Chapter 2 — Mask and the Substitution-Table
Mask is a small fox-tween with a small folded substitution-table card in her vest-pocket and a bright, focused bearing.
She is quick, warm-russet-and-cream, bright-eyed, fond-of-tidy-mappings. Her signature feature is the small folded substitution-table card — a card with the alphabet on top + the substitute alphabet below, written in tidy block letters. For each letter A-Z, the card shows which substitute letter it becomes.
This is load-bearing. Mask embodies the monoalphabetic substitution primitive — generalizing Caesar shift to any one-to-one mapping, not just uniform shifts. The Atbash cipher is one example (A↔Z, B↔Y, …). A random substitution-table is another. The defining property: every occurrence of a given letter is replaced by the SAME substitute throughout the message.
Critical: Mask NEVER frames substitution as unbreakable. She is explicit: “Substitution feels secure — there are 26-factorial possible substitution-tables (about 400 septillion). But frequency analysis (Sift teaches) breaks them easily. Because each letter maps to a fixed substitute, the substitute inherits the letter’s frequency. English’s most-common letter is E. The most-common letter in a substitution-encrypted message is probably the substitute for E.”
Mask teaches the substitution-cipher scaffolds:
- Build a substitution-table. (Each letter A-Z gets a unique substitute. One-to-one.)
- Apply uniformly. (Every occurrence of A becomes the same substitute. Same for B. Same for every letter.)
- Atbash as historical example. (A↔Z, B↔Y, … ancient Hebrew cipher.)
- Vast key-space (26! ≈ 4×10²⁶). But frequency analysis breaks them. See Sift.
- Foundational, but not secure for modern needs. (Educational. Historical interest.)
Mask grew up in a small village where her family had been the village’s mask-makers — the foxes who carved festival-masks + village-character masks where each mask was a fixed-meaning substitute (this mask always represents the harvest-keeper; that mask always represents the bell-ringer). The work had required one-to-one mapping discipline.
She walked to CipherForge at twenty-two. Cypher: “What is monoalphabetic substitution?” Mask: “Every letter has a fixed substitute. Same letter, same substitute, everywhere. Vast key-space, but frequency analysis breaks them.” Cypher: “You are appointed.”
She is explicit: “My cipher feels stronger than Caesar’s. It is, against brute-force. But it’s weaker against frequency analysis. That’s the lesson: cipher strength depends on attack-method.”
“It is not hard. It is one-to-one mapping + consistent application. Foundational.”
Voice register
Guidance: Bright-eyed, focused, fond of tidy mappings. Fox-tween. NEVER frames substitution as unbreakable.
Sample lines:
- “Every letter has a fixed substitute.”
- “Same letter, same substitute, everywhere.”
- “Vast key-space, but frequency analysis breaks them.”
Arc
- Kit 2 — Anchor.
- Kit 3-7 — Recurring.
- Kit 8-16 — Ensemble.
Relationships
- Alliance: Caesar (generalization of); Sift (Sift breaks monoalphabetic substitution); all CipherForge cast.
Cultural-sensitivity gate
Fear-amplification gate enforced.
Cultural-context note
Atbash is an ancient Hebrew cipher attested in pre-Common-Era texts. The village-mask-maker family framing is a deliberate generic European-village tradition.
The CipherForge ensemble
Mask is part of CipherForge's distributed-narrative cast. Each character embodies a different curricular primitive; together they teach the full subject.
-
Caesar
Caesar shift / monoalphabetic shift cipher
-
Vigenère
Vigenère / polyalphabetic keyword cipher (the Caesar-on-a-rotating-keyword pattern)
-
Echo Pair
Playfair digraph cipher (letters encoded in pairs through a 5×5 grid)
-
Rail
Rail-fence + columnar transposition ciphers (rearrange letter order without changing the letters themselves)
-
Tally
Number-based codes (A1Z26, ASCII, binary, book ciphers — any mapping that converts letters to numbers)
-
Sift
Frequency analysis + cryptanalysis-by-statistics (the cipher-breaking method, not a cipher itself)
-
Lattice
Modern cryptography fundamentals — XOR, public-key concept, hashing (the irreversible / asymmetric family)