Hall I · Ancient World · 150 BC – 100 AD

Birth of Cryptography

Where secrecy began — in battlefields, markets, and counting boards

Before mathematics, before computers, before even consistent alphabets — humanity already needed to hide messages. The two ciphers in this hall represent the oldest surviving cryptographic systems in history. One was used by a Roman general to protect military orders. The other was scratched onto parchment by a Greek historian as a tool for signalling across mountains at night.

Ancient Rome Ancient Greece Both Broken
📜

What this hall teaches: The foundational idea of substitution — replacing one symbol with another — and fractionation — converting letters into coordinates. Both concepts survived 2,000 years and are still visible in modern AES today.

What This Hall Teaches

Foundational Concepts

🔄Modular Arithmetic

The Caesar cipher wraps around the alphabet using modulo 26. (position + shift) mod 26. This operation is fundamental to modern symmetric encryption including AES.

📍Coordinate Encoding

Polybius's grid converts letters to (row, col) pairs — splitting each letter into two symbols. This "fractionation" concept underlies the Bifid, ADFGVX, and modern bit-slicing techniques.

📊Frequency Analysis (the weakness)

Both ciphers preserve letter frequencies. In English, E appears ~12.7% of the time. Any cipher that maps E to one symbol can be attacked by finding the most common symbol in the ciphertext.