Cipher Decoding - Beginner-Intermediate Level: secret codes BEGINNER-INTERMEDIATE

Comprehensive race against clock worksheet covering 20 beginner-intermediate-level cipher decoding problems. Worksheet 8 of 30 emphasizes secret codes. Master cryptography, encryption patterns, shift ciphers through detailed explanations. Difficulty: building on fundamentals with moderate challenges. Tailored for developing preparation.

📝 Worksheet 8 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Beginner-intermediate level

What you'll learn in this worksheet:
Your progress through Cipher Decoding
Worksheet 8 of 30 (26% complete)

Question 1

Using Vigenère cipher with keyword 'PLAYFAIR', decode the ciphertext: 'EPRDJCB'
Vigenère: With key 'PLAYFAIR', EPRDJCB → PERFECT

Question 2

Decode the hexadecimal string: '445249564552'
Hex decoding: 445249564552 → DRIVER

Question 3

Using Atbash cipher (A↔Z, B↔Y, C↔X...), decode: 'GENETICS'
Atbash: GENETICS → TVMVGRXH

Question 4

Using date-based cipher with date 19-07-2029 (sum of day+month+year = 1), decode: 'DPNFU'
Date-based cipher: Shift = 1, DPNFU decoded → COMET

Question 5

Using book cipher with 'The Boy Who Cried Wolf' [LIAR, TRUST, VILLAGERS, WOLF, ALARM, FALSE, HELP...] (5 pages, 10 words), decode positions: (pg4, w3), (pg5, w6)
Position decoding: VILLAGERS FALSE

Question 6

Decode the Base64 string: 'RU5DT0RF'
Base64 decoding: RU5DT0RF → ENCODE

Question 7

Using Columnar Transposition cipher with key 'KEY', encode: 'PUZZLE'
Columnar Transposition with key 'KEY': PUZZLE → ULPZZE

Question 8

Using Columnar Transposition cipher with key 'MYSTERY', encode: 'METEOR'
Columnar Transposition with key 'MYSTERY': METEOR → OMRTEE

Question 9

Using Baconian cipher (5-bit binary encoding), decode: '11001 00100 00001 10001 00000'
Baconian decoding: 11001 00100 00001 10001 00000 → ZEBRA

Question 10

Using Vigenère cipher with keyword 'MAGENTA', decode the ciphertext: 'TERT'
Vigenère: With key 'MAGENTA', TERT → HELP

Question 11

Using Autokey cipher with initial key 'CODE', encode: 'OCEAN'
Autokey cipher: OCEAN with key 'CODE' → QQHEB

Question 12

Using reverse cipher (writing backwards), decode: 'XIRTAM'
Reverse cipher: XIRTAM reversed is MATRIX

Question 13

Decode the Base64 string: 'QkFTRTY0'
Base64 decoding: QkFTRTY0 → BASE64

Question 14

Using book cipher with 'Macbeth' [MACBETH, LADY, DAGGER, THANE, PROPHECY, GUILT, MURDER...] (6 pages, 10 words), decode positions: (pg1, w3), (pg2, w8), (pg5, w8)
Position decoding: DAGGER KING KING

Question 15

Using date-based cipher with date 06-08-2013 (sum of day+month+year = 25), decode: 'CZSD'
Date-based cipher: Shift = 25, CZSD decoded → DATE

Question 16

Using Hill cipher with key matrix [[2, 3], [3, 5]], encode: 'DESERT'
Hill cipher: DESERT → SDWWNQ

Question 17

Using Vigenère cipher with keyword 'AES', encode: 'CENTER'
Vigenère: CENTER with key 'AES' → CIFTIJ

Question 18

Using Columnar Transposition cipher with key 'ENIGMA', encode: 'DOLPHIN'
Columnar Transposition with key 'ENIGMA': DOLPHIN → IDNPLHO

Question 19

Using Baconian cipher (5-bit binary encoding), decode: '01011 01000 00001 00100 10001 10011 11000'
Baconian decoding: 01011 01000 00001 00100 10001 10011 11000 → LIBERTY

Question 20

Using book cipher with 'The Boy Who Cried Wolf' [LIAR, TRUST, VILLAGERS, WOLF, ALARM, FALSE, HELP...] (5 pages, 10 words), decode positions: (pg1, w8), (pg5, w6)
Position decoding: DANGER FALSE
Previous Worksheet Next Worksheet