Polybius Square Cipher

The Polybius Square Cipher was invented by the ancient Greek philosopher, Polybius, in the 2nd century BCE. He was renowned for his chronicles of the rise of the Roman Republic, provided detailed accounts of military tactics and strategies.

Polybius is credited with the development of the Polybius Square Cipher, which he described in his writings as a method for secret communication among trusted individuals. The cipher's simplicity and effectiveness made it a popular choice for encryption during ancient times.

start

A simple substitution cipher. Each letter in plaintext is a pair of numerical coordinates, their position in a grid. The grid used for the Polybius Square is a 5x5 square, with letters arranged in alphabetical order (excluding "J").

To encrypt a message, map each letter in the plaintext to its pair of row and column numbers coordinate in the grid. For example, "A" maps to (1,1), "B" to (1,2), and so on. This pair of coordinates forms the ciphertext. Decryption: reverse this process, look up each pair of coordinates in the grid to reveal the letters.

22 43 44 16 42 44 26