PPolySim OS

Classical Ciphers

Before computers, secrets were kept by shifting letters. Encode a message with the Caesar and Vigenère ciphers and see why one is trivial and the other held for centuries.

Classical CiphersLive
plaintext
ATTACK AT DAWN
↓ encrypt
ciphertext
DWWDFN DW GDZQ

Controls

Presets

The Caesar cipher shifts every letter by a fixed amount — trivially broken by trying all 25 shifts or by letter-frequency analysis. The Vigenère cipher uses a repeating keyword so each letter shifts differently, defeating simple frequency attacks for centuries until the key length could be found. Both are insecure today but perfect for learning how ciphers work.

▶ Run in Python

Data Inspector

CipherCaesar +3
Keyspace26
Letters12

Governing equation

Reading this result: Every letter shifts by the same 3, so this Caesar cipher's 25-key space is cracked instantly by trying all shifts or by letter-frequency analysis.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →
★ Sign in to save this setup
Save your tuned setup, or drop this simulation into your own site, docs, or course page.

How it works

The Caesar cipher shifts every letter by a fixed amount and falls instantly to frequency analysis. The Vigenère cipher applies a repeating keyword so each letter shifts differently, hiding letter frequencies and resisting attack until the key length can be deduced. Both are obsolete for security today but are the perfect gateway to understanding modern cryptography.

Ask the AI about this model

The math, the assumptions, real-world uses, or a code translation — explained for this exact simulation.

More Cryptography simulations

Frequently asked questions

Is this Caesar Vigenère cipher tool really free?
Yes. Classical Ciphers runs entirely in your browser using your device's own compute, so local use is free forever. You only pay Compute Tokens if you scale a job to the cloud.
Do I need to install anything?
No. Everything runs client-side in a modern browser — no downloads, no license, no account required to start.
Can I save or share my simulation?
Create a free account to save projects, and use a shareable embed or minted DOI to publish a live, interactive version anywhere.
How accurate are the results?
The solver uses established numerical methods, but results are for research and educational purposes and should be validated against experiment or professional review before you rely on them.