What the Caesar cipher is: each letter is moved by the same number of places in the alphabet. With shift +3, A becomes D, B becomes E, and X wraps around to A. The shift key changes the substitution, but every letter in one message uses the same shift.
How a session works:
Decode rounds show Caesar ciphertext and the shift key. Move each letter backward by that shift and type the plaintext.
Encode rounds show plaintext and the shift key. Move each letter forward by that shift and type the ciphertext.
Easy uses letters and short words. Medium adds longer words and short messages. Hard uses long words and full messages. Mixed rotates through all three.
When Caesar Shift is set to Mixed, Easy rounds use shifts 1–5, Medium rounds use 6–13, and Hard rounds use 14–25. You can choose one fixed shift in Advanced Settings.
Training mode marks each round right away and shows the full conversion. Test mode holds feedback back until the results screen, where a round-by-round review opens automatically.
The alphabet reference is set to Automatic by default: it appears during Training rounds and disappears in Test mode. The chart updates to match the current shift.
Letter accuracy counts, but spacing, capitalization, and punctuation do not.
Press Enter to submit, then Enter again to move on. Skipping marks the round wrong.
If you switch away from the tab during a timed round, the clock pauses until you come back.
Example with shift +3:
A D
B E
C F
D G
E H
F I
G J
H K
I L
J M
K N
L O
M P
N Q
O R
P S
Q T
R U
S V
T W
U X
V Y
W Z
X A
Y B
Z C
Tips for getting faster:
For decoding, reverse the displayed shift. With +3, D goes back to A and A wraps back to X.
Watch the alphabet ends. Wraparound letters are where most early mistakes happen.
Use common word patterns to check your work after shifting the letters.
Practice one fixed shift until it feels automatic, then switch to Mixed shifts.