Atbash Cipher
The Atbash cipher is a simple substitution cipher where each letter is replaced by its mirror image in the alphabet: A becomes Z, B becomes Y, C becomes X, and so on. It is a symmetric cipher (self-inverse), meaning applying it twice returns the original text.
What You'll Learn
Introduction to Atbash Cipher
The Atbash cipher is a simple substitution cipher where each letter is replaced by its mirror image in the alphabet: A becomes Z, B becomes Y, C becomes X, and so on. It is a symmetric cipher (self-inverse), meaning applying it twice returns the original text.
Prerequisites
How to Solve Atbash Cipher Problems
Step 1: Identify each letter in the given word
Step 2: Convert the letter to its position number (A=1, B=2, ..., Z=26)
Step 3: Apply the Atbash formula: mirror_position = 27 - original_position
Step 4: Convert the mirror position back to a letter
Step 5: Write the mirror letters in the same order to form the encoded/decoded word
Step 6: Since Atbash is self-inverse, the same process decodes as well
Example Problem
Example: Decode 'GSV' using Atbash cipher. Solution: Step 1: G=7, S=19, V=22 Step 2: Mirror: 27-7=20→T, 27-19=8→H, 27-22=5→E Step 3: Decoded word: THE Answer: THE
Pro Tips & Tricks
- Atbash is its own inverse: applying it twice returns the original message
- The sum of positions of a letter and its Atbash mirror is always 27
- M (13) mirrors to N (14) - the middle pair
- Common words: 'HOLD' → 'SLOW', 'WIZARD' → 'DRAZIW', 'BLAH' → 'YOZS'
- Vowels map to: A→Z, E→V, I→R, O→L, U→F (not vowels)
- The word 'ATBASH' encodes to 'ZGYHZS'
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Atbash Cipher. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Atbash Cipher is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Atbash Cipher?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: