SCIENTIA · POTESTAS

Caesar · Cipher · Wheel

Set the key · Turn the disc · Read the window
Rolling Thunder Security · Symmetric Encryption

Around 50 BC Julius Caesar protected his military dispatches by sliding every letter three places down the alphabet. The outer disc below carries the plaintext alphabet; the raised inner disc carries the ciphertext alphabet. Choose a shift, type a message, and whatever lines up in the window at the top is the answer.

The Decoder Disc

+3 SHIFT RIGHT → ENCRYPT C = (P + k) mod 26
Plaintext · outerCiphertext · inner

Drag the outer ring to turn the whole disc. Drag the inner disc to set the key — the shift controls follow it.

I · Set the key

Direction
Amount

Shift right by 3 means A → D (Caesar's own key). Shift left by 3 means A → X. A left shift of k is identical to a right shift of 26 − k, which is why there are only 25 useful keys.

II · Type your message

Mode
Type a letter to see the arithmetic.

Only A–Z are shifted; spaces and punctuation pass straight through. Use on the slider to watch the inner disc click one letter at a time.

III · Full alphabet map for this key

Twenty-five keys is nothing: an attacker tries every one in seconds (a brute-force attack). Worse, English leans on E, T, A and O so heavily that the most common ciphertext letter almost always reveals the shift on its own (frequency analysis). Modern ciphers survive both attacks by having astronomically many keys and no letter-for-letter pattern to count.

IV · Challenge

Set the disc to the key shown, switch to Decrypt, and read each inner-ring letter back out to the outer ring. Ready for scoring and streaks? Move on to the Caesar Cipher Challenge.