Spy Craft & Secret Codes
The Math, History, and Language of the Caesar Cipher
Materials Needed
| Craft Materials | 2 paper plates (one slightly smaller than the other, or cut to be smaller), 1 metal paper fastener (brad pin), scissors, colored markers. |
| Worksheets & Stationery | Printed Cipher Wheel Template (optional, or draw your own), Spy Mission Worksheet (included below), lined writing paper, pencil. |
| Digital / Alternative | For digital-only contexts: An interactive online cipher wheel tool. |
Learning Objectives
- History: Explain why Julius Caesar used secret codes and how communication securement shaped ancient battles.
- Math: Use mathematical translations (shifting numbers/letters using a key) to encrypt and decrypt messages.
- Language Arts: Decode unfamiliar words using context clues and write a short, creative historical spy narrative using secret terms.
Success Criteria
"I will know I have succeeded when I can..."
- Build my own working Caesar Cipher Wheel.
- Correctly encode and decode a message using a specific mathematical shift value.
- Write a cohesive 5-sentence spy report containing a hidden message that makes sense in context.
1. Introduction: The Emperor's Secret (10 Minutes)
🎭 Teacher Hook / Scripted Dialogue:
"Imagine you are a Roman messenger running through a dark forest, carrying a letter from Julius Caesar to his army generals. Suddenly, you hear rustling in the bushes—enemy soldiers! If they capture you, they will read the plans and win the war. But wait! You look down at the letter. It looks like complete gibberish: 'WKH FDVWOH LV VDIH'. The enemy soldiers look at it, get confused, and let you go. You survive, the message is delivered, and the generals decode it to read: 'THE CASTLE IS SAFE.' How did Caesar do this?"
Interactive Discussion:
- Ask the student: "Look at the word 'WKH' and 'THE'. Do you notice any pattern? How many steps forward or backward in the alphabet do you have to go to turn T into W, H into K, and E into H?"
- Let the student count on their fingers. (Answer: T → U → V → W. It is a shift of +3!).
- Historical Context: Explain that Julius Caesar lived over 2,000 years ago. He couldn't send texts or emails, so he used physical letters. He invented the "Caesar Cipher"—one of the oldest known systems of encryption (secret writing)—to keep military plans safe.
2. The Lesson Body (40 Minutes)
Step 1: I Do (Modeling the Math) — 10 Mins
Before we build our wheel, we need to understand the math of the cipher. In math, we call shifting a pattern a translation. We are moving each letter down the alphabet line by a fixed number, which we call the Key ($k$).
Let's assign numbers to letters:
A=1, B=2, C=3, D=4 ... X=24, Y=25, Z=26
If our Key ($k$) = 5, we add 5 to our letter's position to encrypt it:
- Letter A (1) → $1 + 5 = 6$ → Letter F
- Letter C (3) → $3 + 5 = 8$ → Letter H
- Letter Y (25) → What happens when we go past Z? We loop back around! $25 + 5 = 30$. Since there are only 26 letters: $30 - 26 = 4$ → Letter D.
Step 2: We Do (Building & Testing the Wheel) — 15 Mins
Now, let's build our analog decryption computer: the Cipher Wheel!
- Cut: Cut out two circles from paper plates or cardboard (one outer circle, one inner circle about 2 inches smaller in diameter).
- Write the Alphabet: Divide the outer edge of both circles into 26 equal segments. Write the alphabet A-Z clockwise around the edge of both circles. Make sure the letters line up!
- Assemble: Put the smaller circle on top of the larger one. Push the metal paper fastener through the exact center of both plates so the inner wheel can spin freely.
Let's Try One Together!
We want to decode this secret location: "HTRUMJ" using Key = 5.
Steps to decode (subtracting the key):
- Turn your inner wheel so the inner letter A aligns with the outer letter F (since F is the 5th shift from A).
- Look at the outer wheel for the coded letters, and write down the corresponding inner wheel letters:
- Outer H → Inner C
- Outer T → Inner O
- Outer R → Inner M
- Outer U → Inner P
- Outer M → Inner H
- Outer J → Inner E
- What is the secret location? COMPHE... Wait, let's re-align. Ah! H-T-R-U-M-J with Key 5 shifts backwards to: T-E-M-P-L-E! (Let's walk through the math check: T(20) - 5 = O(15)... Let's make sure our wheel alignment is locked!).
Step 3: You Do (The Spy Mission) — 15 Mins
Now it is your turn to work independently. Complete the secret agent challenge below.
🕵️♂️ Confidential: Secret Agent Worksheet 🕵️♀️
Part A: Solve the Math Key
The enemy general uses a shift key equal to the missing number in this math sequence:
2, 4, 8, ___, 32, 64.
What is the Key number? (Answer: 16)
Part B: Decrypt the Orders
Use your Cipher Wheel with the Key = 16 to decode these final Roman commands:
ATTACK AT "T q d b"
Hint: Key of 16 means A on the inner wheel lines up with Q on the outer wheel (Q is letter 17, representing 16 shifts forward).
Part C: Creative Writing Mission
Write a short 5-sentence story about a Roman spy delivering this message. You must use at least three of these historical vocabulary words:
Empire,
Messenger,
Decryption,
General.
3. Recap & Reflect (10 Minutes)
Let's review what we learned today across our three core pathways:
📜 History
Julius Caesar created one of the earliest system ciphers to protect Roman army messages from falling into enemy hands.
🧮 Math
Encoding is just a mathematical translation shift ($x + k$), and decoding is simply reversing it with subtraction ($x - k$).
✍️ Language Arts
Spies had to write stories to blend in and hide secret vocabulary terms in plain sight.
Self-Reflection Question: If you were a Roman commander, what shift key would you choose and why? Do you think some shift keys are easier to crack than others?
Assessment & Support
Formative & Summative Check
- Formative: Watch the student compute the shift math and calibrate their cipher wheel. Correct any alignment drift.
- Summative (Answers):
Part A Math Key: 16 (doubling pattern).
Part B Decryption: "T q d b" decrypted with Key 16 is "D A W N" (T-16=D, Q-16=A, D-16=W, B-16=N).
Tailoring & Adaptation
- For Support: Keep the shift small (e.g., Key = 3). Create a strip of paper with alphabet blocks instead of the wheel to prevent spatial spinning confusion.
- For Extension: Introduce the concept of a Vigenère Cipher, where the key changes for every letter based on a keyword (e.g., Key word is "SPY"), or introduce algebraic notation $C = (P + K) \pmod{26}$.