Bacon's Cipher
Binary encoding in 1605 — Francis Bacon hid messages in the typeface itself
Why This Matters
Francis Bacon’s 1623 cipher was one of the earliest documented uses of binary encoding — representing each letter as a 5-bit sequence over two centuries before Boolean algebra and three centuries before digital computing.
Sir Francis Bacon described his cipher in De Augmentis Scientiarum (1623). Each letter of the alphabet is represented by a 5-bit binary sequence using only two symbols (A and B). Bacon's original application was steganography: hide a secret message within an innocuous text by printing secret-message letters in two slightly different typefaces — bold for B, normal for A, or italic for B.
Bacon's cipher is historically significant not for its cryptographic strength but for being an early documented example of binary encoding — 200 years before Boole, 300 years before Shannon, and 350 years before modern computing.
Bacon's binary alphabet: A = AAAAA N = ABBAB B = AAAAB O = ABBBA C = AAABA P = ABBBB D = AAABB Q = BAAAA E = AABAA R = BAAAB ... Z = BBAAB Example: HI = AABBB AABAA (each letter = 5 A/B symbols) Steganographic use: Normal text: AABBB AABAA Hidden in cover text by using two fonts: normal=A, italic=B across 10 characters
As a pure cipher, Bacon is trivially broken — it's a fixed binary encoding of the alphabet. As steganography in printed text, detection requires identifying two typefaces, which is usually obvious with magnification. Modern steganography detection uses statistical analysis of pixel distributions or bit-level patterns.
| Concept from Bacon's Cipher | Modern Evolution |
|---|---|
| 5-bit binary alphabet (A/B) | ASCII: 7-bit binary encoding of 128 characters; UTF-8: variable-width binary |
| Two-symbol encoding | Binary: all digital computing uses 0/1 encoding — Bacon's direct descendant |
| Steganographic application | Modern steganography: hiding data in image LSBs, audio files, network timing |
| Exhibit | 32 of 37 |
| Era | 1605 |
| Security | Broken |
| Inventor | Sir Francis Bacon |
| Year | 1605 |
| Key Type | 5-bit binary (A/B patterns) |
| Broken By | Pattern recognition · Statistical analysis of A/B distribution |