Polybius square


The Polybius square, also known as the Polybius checkerboard, is a device invented by the ancient Greeks Cleoxenus and Democleitus, and made famous by the historian and scholar Polybius. The device is used for fractionating plaintext characters so that they can be represented by a smaller set of symbols, which is useful for telegraphy steganography, and cryptography. The device was originally used for fire signalling, allowing for the coded transmission of any message, not just a finite amount of predetermined options as was the convention before.

Basic form

According to Polybius' Histories, the device was invented by Cleoxenus and Democleitus, and further developed by Polybius himself. The device partitioned the alphabet into five tablets with five letters each. There are no surviving tablets from antiquity and modern recreations present the device as a 6 x 6 square as shown below. The Polybius square is a method of fractionating the alphabet using a small set of numbers. Letters are represented by two numbers that are part of the set, allowing the representation of 25 characters with only 5 numeric symbols.
The original square used the Greek alphabet:
12345
1ΑΒΓΔΕ
2ΖΗΘΙΚ
3ΛΜΝΞΟ
4ΠΡΣΤΥ
5ΦΧΨΩ

With the modern Latin alphabet, this is the typical form:
12345
1ABCDE
2FGHI/JK
3LMNOP
4QRSTU
5VWXYZ

Each letter is then represented by its coordinates in the grid. For example, "BAT" becomes "12 11 44". The 26 letters of the Latin/English alphabet do not fit in a 5 × 5 square, two letters must be combined. Alternatively, a 6 × 6 grid may be used to allow numerals or special characters to be included as well as letters.
A 6 × 6 grid may also be used for the Cyrillic alphabet, or used with the Japanese hiragana.
A key could be used to reorder the alphabet in the square, with the letters of the key being placed at the beginning with the rest of the alphabet following it in regular order. For example, the key phrase "polybius cipher" would lead to the reordered square below.
12345
1POLYB
2I/JUSCH
3ERADF
4GKMNQ
5TVWXZ

Applications

Telegraphy

In his Histories, Polybius outlines the need for effective signalling in warfare, leading to the development of the square. Previously, fire-signalling was useful only for expected, predetermined messages, with no way to convey novel messages about unexpected events. According to Polybius, in the 4th century BCE, Aeneas Tacticus devised a hydraulic semaphore system consisting of matching vessels with sectioned rods labelled with different messages such as "Heavy Infantry", "Ships", and "Corn". This system was slightly better than the basic fire-signalling, but still lacked the ability to convey any needed message. The Polybius square was used to aid in telegraphy, specifically fire-signalling. To send a message, the sender would initially hold up two torches and wait for the recipient to do the same to signal that they were ready to receive the message. The sender would then hold up the first set of torches on his left side to indicate to the recipient which tablet was to be consulted. The sender would then raise a set of torches on his right side to indicate which letter on the tablet was intended for the message. Both parties would need the same tablets, a telescope, and torches.
The Polybius square has also been used in the form of the "knock code" to signal messages between cells in prisons by tapping the numbers on pipes or walls. It is said to have been used by nihilist prisoners of the Russian Czars and also by US prisoners of war during the Vietnam War.
Arthur Koestler describes the code being used by political prisoners of Stalin in the 1930s in his anti-totalitarian novel Darkness at Noon.
Indeed, it can be signalled in many simple ways and is much easier to learn than more sophisticated codes like the Morse code. However, it is also somewhat less efficient than more complex codes.

Steganography

The simple representation also lends itself to steganography. The figures from one to five can be indicated by knots in a string, stitches on a quilt, contiguous letters before a wider space or many other ways.

Cryptography

The Polybius square is also used as a basic cipher called the Polybius Cipher. This cipher is quite insecure by modern standards, as it is a substitution cipher with characters being substituted for pairs of digits, which is easily broken through frequency analysis.

Adaptations

The Polybius square and the Polybius cipher can be combined with other cryptographic methods such as the ADFGVX cipher, Homophonic cipher and more.

Hybrid Polybius Playfair Cipher

The Playfair cipher is a polyalphabetic substitution cipher invented by Charles Wheatstone and promoted by Lyon Playfair based on a 5 x 5 square which accommodates the alphabet in a manner similar to the Polybius Square. The letters in the square are arranged by first inserting the letters of a key, before the remaining letters. A message is divided into pairs of letters, with a filler letter "x" inserted at the end if the message was of odd length. If both letters of a pair are the same, a filler "x" is inserted in between them with an extra "x" inserted at the end of the message to compensate for this. Each pair of letters are then encrypted using the Playfair key Table through "mapping rules".
The mapping rules are:
1. If the letters of the pair appear in the same row of table, replace them with letters to their immediate right respectively.
2. If the letters of the pair appear in the same column of the key table, replace them with the letters immediately below respectively.
3. If the letters of the pair are not on the same row or column, replace them with the letters on the same row of the letter and corresponding column of the other letter of the pair. The order here is important, thus the first letter of the encrypted pair is the one that lies on the same row as the first letter and the column of the second letter of the plaintext pair.
PLAYF
I/JRBCD
EGHKM
NOQST
UVWXZ

Plain Text Message:  HELLO WORLD
Playfair message:  HE  LX  LO  WO  RL  DX
Playfair Cipher:  KG  YV  RV  VQ  GR  ZC
The decryption rules are the same as the encryption. The cipher message is mapped with the same Playfair matrix for decryption, and gives the plain text message back.
For a hybrid Polybius - Playfair Cipher, a new and bigger table is used, with messages being encrypted and decrypted twice. The plaintext is encrypted using the Playfair cipher first, and then using the Polybius Cipher.
12345
1PLAYF
2I/JRBCD
3EGHKM
4NOQST
5UVWXZ

Plain Text Message:  HELLO WORLD
Playfair message:  HE  LX  LO  WO  RL  DX
Playfair Cipher:  KG  YV  RV  VQ  GR  ZC
Polybius Cipher:  3432  1452  2252  5243  3222  5524