Cipher Decoding - Beginner-Intermediate Level: atbash cipher BEGINNER-INTERMEDIATE

Ready to master cipher decoding? This benchmark test features 20 beginner-intermediate-level challenges. Worksheet 12 of 30 sharpens your atbash cipher skills. Master transposition ciphers, key-based decoding, cipher algorithms through guided practice. Perfect for developing test preparation.

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

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

Question 1

Using Rail Fence cipher with 4 rails, encode: 'WONDERFUL'
Rail Fence (4 rails): WONDERFUL → WFORUNELD

Question 2

Using date-based cipher with date 19-01-2008 (sum of day+month+year = 0), decode: 'COMPUTER'
Date-based cipher: Shift = 0, COMPUTER decoded → COMPUTER

Question 3

Using date-based cipher with date 06-07-2019 (sum of day+month+year = 4), decode: 'GSQIX'
Date-based cipher: Shift = 4, GSQIX decoded → COMET

Question 4

Using Rail Fence cipher with 4 rails, encode: 'AUTHORIZATION'
Rail Fence (4 rails): AUTHORIZATION → AINURZOTOAIHT

Question 5

Using Hill cipher with key matrix [[5, 8], [3, 5]], encode: 'ISLAND'
Hill cipher: ISLAND → CKDHLC

Question 6

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

Question 7

Using ROT13 cipher, decode: 'PYTHON'
ROT13 (shift 13): PYTHON → CLGUBA

Question 8

Using Playfair cipher with keyword 'KINGDOM', encode: 'BETTER'
Playfair with keyword 'KINGDOM': BETTER → OLSYFQ

Question 9

Using date-based cipher with date 13-02-2021 (sum of day+month+year = 8), decode: 'KWUXCBMZ'
Date-based cipher: Shift = 8, KWUXCBMZ decoded → COMPUTER

Question 10

In Morse code, what does '..-. ..- -. -.-. - .. --- -.' represent?
Morse decoding: FUNCTION → ..-. ..- -. -.-. - .. --- -.

Question 11

Using Hill cipher with key matrix [[5, 8], [3, 5]], encode: 'FOREST'
Hill cipher: FOREST → HHNTIT

Question 12

Using the same Caesar cipher that encodes 'CULTURE' as 'QIZHIFS', decode: 'GMGHSA'
Shift = 14. GMGHSA decoded (shift -14) = SYSTEM

Question 13

Using book cipher with 'Great Explorers' [COLUMBUS, MAGELLAN, COOK, VESPUCCI, POLO, DIAS, DRAKE...] (7 pages, 10 words), decode positions: (pg2, w10), (pg3, w3), (pg2, w4), (pg6, w3)
Position decoding: ERICSSON COOK VESPUCCI COOK

Question 14

Using Playfair cipher with keyword 'AUTHENTICATION', encode: 'PINK'
Playfair with keyword 'AUTHENTICATION': PINK → WFOD

Question 15

Using date-based cipher with date 11-09-2008 (sum of day+month+year = 0), decode: 'ANNIVERSARY'
Date-based cipher: Shift = 0, ANNIVERSARY decoded → ANNIVERSARY

Question 16

Decode the Base64 string: 'UFJPVE9DT0w='
Base64 decoding: UFJPVE9DT0w= → PROTOCOL

Question 17

Using Rail Fence cipher with 5 rails, encode: 'SPYWARE'
Rail Fence (5 rails): SPYWARE → SPYEWRA

Question 18

Using Hill cipher with key matrix [[3, 2], [5, 7]], encode: 'GALAXY'
Hill cipher: GALAXY → SEHDNX

Question 19

Using Columnar Transposition cipher with key 'LOCK', encode: 'JAVA'
Columnar Transposition with key 'LOCK': JAVA → VAJA

Question 20

Using Hill cipher with key matrix [[7, 8], [11, 13]], encode: 'MONKEY'
Hill cipher: MONKEY → OCPNMS
Previous Worksheet Next Worksheet