The challenge
Message 1 (Caesar shift). Every letter has been moved the same number of steps through the alphabet. Decode:
WKH VHFUHW LV VDIH
Message 2 (substitution). Each letter has been swapped for a different one (not a simple shift). Use letter patterns to crack:
YForp Igr Iqjr Gp Dtgcmdcqe — (start by finding the short common words).
Then: design your own cipher, encode a message, and write a sentence explaining why it would be hard for someone to break.
How to get started
- For a Caesar shift, the whole alphabet has rotated by a fixed amount — so try shifting every letter back by the same number until words appear.
- For a substitution cipher, count how often each letter appears — English uses E, T, A, O most.
- Look for one- and two-letter words ("a", "I", "is", "to") and common pairs like "th" and "he".
- When you design your own, think about what makes Message 1 so much easier to break than a good cipher.
Stuck? Open a hint
Try the challenge first — then reveal these one at a time.
Hint 1
Hint 2
Hint 3
Take it further
Find out why the Caesar cipher is trivial to break but a one-time pad is mathematically unbreakable. Then look up the Vigenère cipher and try one.
Love this? It's exactly the thinking behind the CyberFirst competitions in the diary.
Produce & share
Make something: Send the decoded versions of both messages, plus your own cipher: an encoded message for Mr King to try to crack, and a short explanation of why you think it's hard to break.
What you'll practise
Pattern recognition, logical deduction, frequency analysis, and a first real taste of cryptography and cyber security.