Military & Spy Ciphers
When lives depend on secrecy — the peak of hand-cipher design
The ciphers in this hall were designed not for scholars but for soldiers and spies — people who needed to encrypt messages quickly in the field, under fire, without a computer. They represent the absolute peak of what human ingenuity could achieve in manual cryptography. Some fell within weeks. One — the VIC cipher — may never have been broken by cryptanalysis alone.
The military cryptographer's dilemma: A cipher must be strong enough that the enemy cannot read it — but simple enough that a soldier can encrypt and decrypt in the field without a computer, under stress, with minimal training. Every cipher in this hall represents a different solution to that impossible trade-off.
Used by Russian revolutionary cells to communicate past Tsarist secret police. Polybius square coordinates added to a repeating numeric key. Produces numbers rather than letters — obscuring standard letter-frequency patterns in arithmetic noise.
Germany's front-line cipher for the Spring Offensive. A Polybius square using only the letters A, D, F, G, X (chosen because they sound distinct in Morse), followed by columnar transposition. Broken by French cryptanalyst Georges Painvin within weeks.
H → AF E → DA
ADFGX extended with V to include digits — a 6×6 grid encoding 36 characters. Introduced specifically for the Paris Gun bombardment and the Ludendorff Offensive. Painvin broke it in 48 hours of continuous work, potentially altering the outcome of WWI.
Étienne Bazeries — himself a famous codebreaker — designed a layered cipher combining a keyword-numbered Polybius square with transposition keyed by the same number word. He spent years trying to convince the French military to adopt it, never succeeding.
The most sophisticated hand cipher ever deployed in real espionage. Soviet spy Reino Häyhänen carried it to America. Combines a straddling checkerboard, double transposition, and a key derived from a song lyric. Most intercepted VIC messages were never broken by cryptanalysis — the cipher was exposed only by a defector in 1957.
Georges Painvin and the cipher that changed WWI: In June 1918, Germany launched its final offensive toward Paris. Their communications used the ADFGVX cipher. French cryptanalyst Georges Painvin worked for 48 consecutive hours, lost 15 pounds, and broke the cipher — revealing German supply routes. Allied forces repositioned. The offensive failed. Many historians credit Painvin's break as a turning point of the war. He never claimed the title himself.
ADFGVX combined substitution and transposition — two different operations. Modern block ciphers like AES apply 10–14 rounds of four different operations (SubBytes, ShiftRows, MixColumns, AddRoundKey) for the same reason: layering makes each step harder to undo.
The VIC cipher's straddling checkerboard assigns shorter codes to common letters (like Huffman coding) while also obscuring the alphabet mapping. This dual purpose — compression and encryption — is a sophisticated design insight that modern protocols use separately.
The VIC cipher was never broken cryptanalytically. It was broken by a defector. The ADFGVX was broken partly because operators reused keys. The lesson of this hall: the strongest cipher fails when humans make procedural mistakes.