0 pts 0 solved
โ† Back to Mission Control

๐Ÿ” Ciphers & Codes

Secret messages have been scrambled using different cipher techniques. Use the reference tools below each challenge to decode them. Flags are always agent{decoded-word}.

0/6 solved ยท 0/120 pts
๐Ÿ”„ Caesar Shift Tool
Plain:
Cipher:
Shift:
Top row = original letter. Bottom row = encoded letter at this shift.
๐Ÿ“ก Morse Code Reference
๐Ÿ”ฒ Pigpen Cipher Key
Grid 1 โ€” Letters A to I (no dot)
A
B
C
D
E
F
G
H
I
Each shape shows the lines between cells. The letter label tells you which letter each shape represents.
Grid 2 โ€” Letters J to R (with dot โ€ข)
J
K
L
M
N
O
P
Q
R
X Shapes โ€” S to Z
S
T
U
V
W
X
Y
Z
1
The Caesar Code
Easy 10 pts โ–ผ
Julius Caesar used to send secret messages by shifting every letter forward by 3. So A became D, B became E, and so on.

This message was encoded with a shift of 3. Use the Caesar Shift Tool above (set to shift 3) to decode it:
DJHQW{VKLIW-WKUHH}
The decoded message is the flag. Enter it below (it will start with agent{).
Set the shift tool to 3. For each letter in the coded message, find it in the bottom row (Cipher), and read the letter above it in the top row (Plain). For example, D in cipher โ†’ A in plain.
โœ“ Cracked! Caesar ciphers are easy to break when you know the shift. Even without knowing it, there are only 25 shifts to try!
2
Read It Backwards
Easy 10 pts โ–ผ
Sometimes secret messages are simply written backwards. Can you read this one?
}reverse{tnega
Read it from right to left to decode the flag. Enter it below.
Read each character from the RIGHT side to the LEFT side. The last character } becomes the first, and so on. The decoded message starts with agent.
โœ“ Reversed! Notice that "esrever" spells "reverse" backwards โ€” a hidden joke in the flag itself.
3
The Pigpen Message
Medium 20 pts โ–ผ
The Pigpen cipher was used by Freemasons in the 1700s to keep their communications secret. Each letter is replaced by the shape of the "pen" it sits in from the key diagrams above.

Decode this Pigpen message using the key above. The symbols spell out two words separated by a hyphen:

Use the Pigpen Key above to match each symbol to its letter. The flag is agent{first-word-second-word}.
Look at the shape of each symbol and find the matching shape in the Pigpen Key grids. A dot in the shape means it's from Grid 2 (Jโ€“R). Count symbols: there are 11 (6 before the dash, 4 after).
The first letter P is from the dotted grid (bottom-left cell). The decoded message spells out the name of the cipher you're using right now!
โœ“ Decoded the Pigpen! This cipher was used by secret societies for hundreds of years.
4
Find the Shift
Medium 20 pts โ–ผ
This message was encoded with a Caesar cipher โ€” but we don't know the shift! You'll need to try different shifts using the tool above until you get a real English word inside the agent{} brackets.
HNLUA{MYLXBLUJF}
Use the Caesar Shift Tool above. Try different shift values until the letters inside the brackets spell a real English word. There are only 25 possible shifts โ€” be systematic!
Try each shift from 1 to 25. At each shift, decode all the letters in the message. You'll know you found the right shift when the part inside {} spells a real English word.
The shift is a single digit (less than 10). The word inside the brackets is related to how code-breakers work out what shift was used โ€” they analyse how often each letter appears.
โœ“ You found the shift! Real code-breakers use frequency analysis โ€” E is the most common letter in English, so the most common letter in the ciphertext is probably E.
5
Dots and Dashes
Hard 30 pts โ–ผ
Morse code was used to send messages by telegraph โ€” tapping short and long signals. A dot (โ€ข) is a short tap, a dash (โ€”) is a long tap.

Decode this Morse message using the reference chart above. Each group of dots/dashes is one letter. The slash (/) marks the boundary between words in the flag:

/
/
The decoded flag uses hyphens between the three words: agent{word1-word2-word3}
Decode each group of dots and dashes using the Morse Reference chart above. The three groups separated by / form three words. Combine them with hyphens to make the flag.
The three groups (before, between, and after the two / separators) decode to words of 4 letters, 3 letters, and 6 letters. Start with the shortest group โ€” it's only 3 symbols โ€” and look it up in the reference chart.
โœ“ Dit-dah! Morse code is still used today โ€” pilots learn it as part of their training.
6
The Number Code
Hard 30 pts โ–ผ
In this cipher, each letter has been replaced by a number. The numbers are NOT in order (it's not A=1, B=2 โ€” that would be too easy!). You've been given most of the key, but a few entries are missing โ€” you'll need to figure those out from the encoded message.

Partial Key (known letters):
a
3
b
7
c
12
d
19
e
5
f
22
g
14
h
9
i
1
j
25
k
?
l
6
m
23
n
16
o
8
p
2
q
20
r
?
s
4
t
15
u
21
v
10
w
13
x
24
y
18
z
26
Encoded message:
12 - ? - 3 - 12 - 17 - 5 - 19  /  12 - 8 - 19 - 5
The ? represents an unknown letter (r=11 and k=17 are missing from the key). Work out what letters fit to make a real word. The flag is agent{word1-word2} (first word slash second word).
The second word "12-8-19-5" decodes to c-o-d-e = "code". The first word has the pattern c-?-a-c-?-e-d. What 7-letter word meaning "broken/solved" fits? Think about what a code-breaker does.
The second word is already fully decodable (all its numbers are in the key). Once you know the second word, think about what a spy or code-breaker would say they've done to a secret message. The first word follows the pattern c _ a c _ e d.
โœ“ You cracked the code! Real substitution ciphers can have any scrambled alphabet โ€” but context and word patterns always give them away.
๐ŸŽ‰ Mission Complete!
You've decoded all 6 secret messages. A genuine code-breaker!
โ†’ Back to Mission Control