โ† Back to Challenges

๐Ÿ” Caesar's Secret

โ˜…โ˜…  Medium ยท 200 pts

Over 2000 years ago, Julius Caesar sent secret messages to his generals by shifting each letter in the alphabet. For example, with a shift of 1: A becomes B, B becomes C, C becomes D... and Z wraps around to A.

๐Ÿ’ก Your mission: The encrypted message below was shifted by 3 letters forward. To decode it, shift each letter 3 letters backward. Only letters are shifted โ€“ symbols like { } _ stay the same!

Encrypted message:

IODJ{mxolxv_zrxog_eh_surxg}

๐Ÿ“‹ Alphabet Cheat Sheet (shift = 3)

Find the encrypted letter on top โ†’ read the decoded letter below it.

โœ๏ธ Decode Workspace

Use the cheat sheet above to decode each letter. Type the decoded letter in each box:

๐Ÿค” Stuck? Click for an extra hint

Let's decode the first letter together:

The first letter is I. Count 3 letters backward: I โ†’ H โ†’ G โ†’ F

The second letter is O. Count 3 back: O โ†’ N โ†’ M โ†’ L

Keep going! You've got this! ๐Ÿ’ช

๐Ÿšฉ Submit Your Flag