Atbash Cipher Examples
Work through these Atbash examples, then open the Atbash decoder guide.
Example: HELLO → SVOOL
H↔S, E↔V, L↔O, L↔O, O↔L yields SVOOL. Apply Atbash again to return HELLO.
Example: full alphabet line
Plain ABCDEFGHIJKLMNOPQRSTUVWXYZ maps to ZYXWVUTSRQPONMLKJIHGFEDCBA. Useful as a substitution key string on Cipher Portal.
Example: word-level puzzle
Ciphertext "Svool gsv xlwv" decodes to "Hello the code" under Atbash—common in geocaching hints.
Decode word by word: Svool → Hello, gsv → the, xlwv → code. Spaces stay in place; only letters inside each token reverse. Students can check each token on paper before typing the full phrase into substitution mode on the portal.
Letter-by-letter table for HELLO
Atbash pairs opposite ends of the alphabet. For HELLO the forward map is: H→S, E→V, L→O, L→O, O→L. There is no separate decrypt key—the same swap restores plaintext.
Use this table when grading worksheets: any single letter mismatch usually means the student applied Caesar shift instead of mirror reversal. Point them to the identify a cipher checklist if they are unsure which family a puzzle uses.
Classroom drill sequence
Start with five-letter words only, then phrases, then the full reverse alphabet key string. Ask learners to encrypt their first name, exchange ciphertext with a partner, and decode without sharing the rule aloud.
Second session: compare Atbash frequency shape to a Caesar ciphertext of the same sentence. Histograms look similarly English-like, but only Atbash uses the fixed reversal tableau—Caesar requires testing 26 shifts in the Caesar cracker guide.
Verify in Cipher Portal
Build the reverse alphabet key once, paste it into substitution mode, and encrypt HELLO to confirm SVOOL. Decrypt SVOOL with the same tableau to see self-inverse behavior without memorizing the mirror rule.
Classroom extension: have students derive the 26-letter key by hand, enter it into the portal, and compare timing versus mental decoding for short words versus full sentences.
Link advanced reading to substitution cipher theory because Atbash is one fixed permutation of the full monoalphabetic family.
- Plaintext
- HELLO
- Ciphertext
- SVOOL
- Phrase
- Svool gsv xlwv → Hello the code
- Inverse
- Apply Atbash again → HELLO
Frequently asked questions
What is the standard Atbash example?
HELLO becomes SVOOL under Latin Atbash.
Does Atbash change numbers?
Classical demos use letters only; digits are usually left alone.
Where is the cipher hub?
/atbash-cipher.html links the full cluster.
How does Atbash relate to substitution examples?
Atbash is one fixed substitution key—see /substitution-examples.html too.
Map letters on Cipher Portal using the Atbash tableau.