MONOALPHABETIC CRYPTANALYSIS • CODEBUSTERS

Aristocrat Cipher

Solve substitution cryptograms with spaces preserved using patterns, frequencies, and consistent letter mappings.

Family Monoalphabetic substitution
Key / parameter K1, K2, random, and related keyed alphabets
Text structure Spaces and word lengths are preserved
01 • OVERVIEW

What is the Aristocrat Cipher?

An Aristocrat is a monoalphabetic substitution cryptogram that keeps word boundaries. Every plaintext letter maps consistently to one ciphertext letter throughout the message.

Spaces are extremely valuable: they expose word lengths, repeated-word patterns, one-letter words, and common endings.

Competition note

The cipher mechanics on this page are self-contained. Science Olympiad event formats, allowed variants, and tournament constraints can change by season; the current official Rules Manual and official clarifications take precedence.

Starting from zero?

No outside reference is assumed. Work through Foundations → Complete Reference → Encryption → Decryption in order, then use the competition and cryptanalysis sections.

02 • FOUNDATIONS

What you need to know

  • A mapping must be one-to-one: one ciphertext letter cannot represent two different plaintext letters in the same substitution alphabet.
  • Repeated-letter patterns are preserved. Example: a pattern like ABBC still has its middle two letters equal after substitution.
  • K1/K2/K3 describe how keyed alphabets are constructed; for cryptanalysis, the visible substitution behavior is still monoalphabetic.

Beginner glossary

Term Meaning
Monoalphabetic Each plaintext letter has one consistent ciphertext substitute throughout the message.
Substitution alphabet The row that tells which ciphertext letter corresponds to each plaintext letter.
K1/K2/K3 Ways of constructing keyed alphabet rows; they affect key construction but the resulting cipher is still monoalphabetic.
Word pattern A shape describing repeated letters, such as MEET = 0-1-1-2.
Crib A known or strongly suspected plaintext fragment.
03 • COMPLETE REFERENCE

Keep this beside you while solving

Key style Conceptual construction
K1 A keyed/mixed alphabet is used on the plaintext side against a straight alphabet.
K2 A straight plaintext alphabet is used against a keyed/mixed ciphertext alphabet.
K3 Both rows derive from the same mixed alphabet with an offset/relationship.
Random A one-to-one deranged substitution alphabet with no keyword structure to exploit directly.

Useful English signals

High-frequency English letters Common digraphs Common short words
E T A O I N TH HE IN ER AN RE A I AN AS AT
S H R D L U ON AT EN ND TI ES THE AND FOR ARE

Pattern notation examples

Word Pattern What it tells you
MEET 0-1-1-2 Middle two letters are equal.
LEVEL 0-1-2-1-0 First=last and second=fourth.
THAT 0-1-2-0 First and last are equal.

Mapping discipline

Maintain two directions: ciphertext→plaintext for solving, and plaintext→ciphertext to catch conflicts. A proposed mapping is invalid if it makes one symbol mean two letters or forces two symbols to the same plaintext letter in a one-to-one substitution.

Reference rule: if a fixed table, formula, alphabet, or convention is needed to solve this cipher, it should be visible in this section or generated explicitly by the visualizer below.
04 • ENCRYPTION

How encryption works

1

Build the two alphabet rows

Create the plaintext row and ciphertext row according to the chosen key style.

2

Find each plaintext letter

Locate it in the plaintext row.

3

Take the paired ciphertext letter

Use the letter in the same column of the ciphertext row.

4

Preserve spaces

Aristocrat keeps word boundaries visible.

05 • DECRYPTION

How decryption works

1

Start with structure

Mark one-letter words, repeated words, apostrophes if present, and repeated-letter patterns.

2

Make tentative mappings

Pencil a ciphertext→plaintext guess only when it helps multiple places.

3

Propagate every mapping

Each solved letter applies everywhere.

4

Use language constraints

Check word shapes, common endings, frequencies, and grammar together.

06 • COMPETITION WORKFLOW

How to approach it in Codebusters practice

  • Treat the whole quote as one constraint system. Solving one word often unlocks several others.
  • Do not commit to a guess merely because it creates one English word; it must fit all occurrences of those letters.
  • K1/K2/K3 labels matter for construction questions, but ordinary cryptanalysis still depends heavily on patterns and language.

What the problem gives you vs. what you produce

Part What to expect
You may be given A quote with spaces preserved, sometimes with key-construction information or a hint.
You must find Readable plaintext and, for some construction questions, key information.
Fastest first move Mark one-letter words, repeated words, doubled letters, punctuation, and distinctive word patterns before guessing.
Season note: use this page to learn the cipher mechanics and solving workflow. Exact Science Olympiad event constraints can change by season, so follow the current official rules/clarifications for tournament-specific limits.
07 • CRYPTANALYSIS

How to attack an unknown or partially known key

  • One-letter words are usually A or I in English.
  • Common doubled letters include LL, EE, SS, OO, TT, FF, RR, NN, PP, and CC, but context matters.
  • Look for repeated three-letter patterns that could be THE, AND, ING fragments, etc.
  • Frequency is strongest when combined with word patterns; short quotes can have misleading frequencies.
08 • WORKED PROBLEM

Follow one example from start to finish

Construction
K2 • keyword CIPHER • offset 5
Plaintext
THE SECRET MESSAGE
Ciphertext
MPZ LZXKZM BZLLVIZ
Check
T→M, H→P, E→Z; the same plaintext letter always uses the same ciphertext letter.
Solve view
During cryptanalysis the key is hidden; build the reverse mapping from word patterns and consistency.
BEGINNER SELF-CHECK

Before moving on, make sure you can answer these without another site:

  • Can you write a pattern for LEVEL and compare it to a ciphertext word?
  • Can you explain why frequency is evidence but not proof?
  • Can you spot a mapping conflict before it spreads through the quote?
09 • ERROR CHECK

Common mistakes

!

Treating frequency as proof instead of evidence.

!

Mapping two ciphertext letters to the same plaintext letter.

!

Forgetting to propagate a mapping everywhere.

!

Ignoring punctuation and word-length information.

10 • SPEED

Competition speed strategies

1

Write a substitution alphabet strip and fill it as you solve letters.

2

Attack repeated words and high-information word shapes before long unique words.

3

Use teammates strategically: one person can track the mapping while another tests word patterns.

11 • QUICK REFERENCE

What to remember under time pressure

Family Monoalphabetic substitution
Spaces Preserved
Best clues Word shapes + repeated letters + frequency
Core rule One-to-one consistent mapping
How to use this section: during timed practice, come here first for the minimum rules. If a step is unclear, jump back to Complete Reference or the worked example instead of guessing.
12 • INTERACTIVE LAB

See every transformation

Use the lab to change inputs and keys, keep the relevant reference material visible, inspect each intermediate transformation, and then read the “How to reverse it” panel so encryption and decryption connect.