Polybius Square
The first fractionation cipher — letters become coordinates
Why This Matters
Polybius’s 2nd-century BC coordinate grid — converting letters to row/column pairs — became the foundation for ADFGX, Bifid, Nihilist, Trifid, and the Tap Code. It is one of the most influential ideas in the history of cryptography.
Polybius, the Greek historian, described a system for signalling messages across long distances using torches. Each letter was converted to a pair of numbers representing its row and column in a 5×5 grid. An operator would hold up one group of torches representing the row, pause, then hold up another group for the column. This made long-distance communication possible without physical messengers.
The grid became the foundation for numerous later ciphers — ADFGX, Bifid, Nihilist, and Trifid all build directly on Polybius's coordinate idea.
Arrange the 25 letters (I and J share a cell) in a 5×5 grid. Each letter becomes a two-digit coordinate (row, column).
1 2 3 4 5 1 A B C D E 2 F G H IJ K 3 L M N O P 4 Q R S T U 5 V W X Y Z HELLO = 23 15 31 31 34
The original grid had no fixed key — the alphabet was simply written in order. Later variants used keyword-scrambled grids for security.
The Polybius square is a monoalphabetic substitution cipher in disguise. Each letter maps to exactly one pair of digits. Letter frequencies are completely preserved — just expressed as numbers instead of letters. Count the most common digit pairs and match them to expected English letter frequencies.
| Concept from Polybius Square | Modern Evolution |
|---|---|
| Coordinate encoding (row, col) | Fractionation concept in Bifid, ADFGVX ciphers |
| 5×5 grid | SP-networks in modern block ciphers use similar lookup tables |
| Letter→number conversion | Bit representation: every letter is a binary number in AES |
| Exhibit | 02 of 37 |
| Era | Ancient Greece · ~150 BC |
| Security | Broken |
| Inventor | Polybius of Megalopolis |
| Year | ~150 BC |
| Key Type | None (fixed grid) |
| Broken By | Frequency analysis |