Jefferson Disk
Thomas Jefferson's mechanical cipher — reinvented by the US Army 120 years later
Why This Matters
Thomas Jefferson invented the wheel cipher in 1795, but it was never published. The same design was independently reinvented twice — by Bazeries in 1891 and by the US Army in 1922 as the M-94 — proving the concept’s fundamental soundness.
Thomas Jefferson invented the wheel cipher in 1795 as US Secretary of State. He never published it, and it sat in his papers until discovered in the 20th century. French cryptographer Étienne Bazeries independently invented essentially the same device in 1891. The US Army re-invented it again in 1922 as the M-94 and used it through WWII.
Jefferson's cylinder consisted of 36 wooden disks mounted on an iron spindle, each disk bearing the alphabet in scrambled order. A simplified version with 25 aluminum disks became the M-94, which served in all US military branches until replaced by the M-209 machine cipher in 1943.
Device: N disks on a spindle, each with scrambled alphabet around the edge Encryption: 1. Set disks to spell out message 2. Read off any other row as ciphertext Decryption: 1. Set disks to ciphertext 2. Look for a row that reads as English M-94 specifications: - 25 aluminum disks - Each disk: alphabet in unique order - Disk order = key (25! possible orders) - Message length = 25 characters max
For each disk, only 25 possible decryptions exist. If a probable word (crib) is known, the attacker can align the crib against each row and check whether the remaining disks produce consistent plaintext. The M-94's 25-character message blocks create redundancy that allows systematic elimination.
| Concept from Jefferson Disk | Modern Evolution |
|---|---|
| Physical disk arrangement as key | Key as configuration: RSA key = large number pair, AES key = 256-bit string |
| Multiple cipher rows per setting | Multiple decryption candidates: birthday attacks on hash functions |
| Mechanical implementation | Hardware Security Modules (HSMs): crypto operations in dedicated hardware |
| Exhibit | 29 of 37 |
| Era | 1795 (Jefferson) · 1922 (M-94) |
| Security | Broken |
| Inventor | Thomas Jefferson (1795) · Independently: Bazeries (1891) |
| Year | 1795 |
| Key Type | Physical disk arrangement (25 disks) |
| Broken By | Brute force · Probable word attack |