Cipher Decoding - Advanced Level: caesar cipher ADVANCED

Master cipher decoding concepts through this hard problem set practice set. Worksheet 26 of 30 contains 20 advanced-level problems. Deep dive into caesar cipher while learning transposition ciphers, key-based decoding, cipher algorithms. Recommended for advanced learners aiming for complex scenarios and multi-step problems.

📝 Worksheet 26 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Advanced level

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

Question 1

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

Question 2

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

Question 3

Using Playfair cipher with keyword 'CIPHER', encode: 'BLUE'
Playfair with keyword 'CIPHER': BLUE → LSZF

Question 4

Using keyboard shift cipher (shift left on QWERTY), encode: 'TIGER'
Keyboard shift (left): TIGER → RUFWE

Question 5

Using Columnar Transposition cipher with key 'CODE', encode: 'SOLVE'
Columnar Transposition with key 'CODE': SOLVE → SELVO

Question 6

Using Playfair cipher with keyword 'ENIGMA', encode: 'BRAIN'
Playfair with keyword 'ENIGMA': BRAIN → KWCEIW

Question 7

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

Question 8

Using book cipher with 'Computer Programming' [PYTHON, JAVA, CPLUS, RUBY, PHP, JAVASCRIPT, SWIFT...] (6 pages, 10 words), decode positions: (pg1, w8), (pg5, w10)
Position decoding: KOTLIN RUST

Question 9

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

Question 10

Using Columnar Transposition cipher with key 'KEY', encode: 'FOREST'
Columnar Transposition with key 'KEY': FOREST → OSFERT

Question 11

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

Question 12

Using Rail Fence cipher with 3 rails, encode: 'WONDERFUL'
Rail Fence (3 rails): WONDERFUL → WELODRUNF

Question 13

Using Columnar Transposition cipher with key 'ENIGMA', encode: 'GALAXY'
Columnar Transposition with key 'ENIGMA': GALAXY → YGALXA

Question 14

Using reverse cipher (writing backwards), decode: 'TEMOC'
Reverse cipher: TEMOC reversed is COMET

Question 15

Using keyword cipher with keyword 'HURRICANE', decode: 'UBS'
Cipher alphabet: HURICANEBDFGJKLMOPQSTVWXYZ
Decoding UBS → BIT

Question 16

Using the same Caesar cipher that encodes 'SPRING' as 'NKMDIB', decode: 'WMZVF'
Shift = 21. WMZVF decoded (shift -21) = BREAK

Question 17

Using Rail Fence cipher with 5 rails, encode: 'CERTAIN'
Rail Fence (5 rails): CERTAIN → CERNTIA

Question 18

Using Playfair cipher with keyword 'SECRET', encode: 'CLIMB'
Playfair with keyword 'SECRET': CLIMB → RKKHDW

Question 19

Decode the Base64 string: 'SVNMQU5E'
Base64 decoding: SVNMQU5E → ISLAND

Question 20

Using reverse cipher (writing backwards), decode: 'PIHSREDAEL'
Reverse cipher: PIHSREDAEL reversed is LEADERSHIP
Previous Worksheet Next Worksheet