Exhibit 17 of 37 19th Century Broken

Fractionated Morse Cipher

Morse code introduces irregular structure — frequency analysis struggles

InventorUnknown
Year~1880s
Key TypeSubstitution alphabet for Morse triples
Broken ByStructural analysis of Morse patterns
Modern LessonIrregular encoding for security

Why This Matters

The Fractionated Morse cipher exploits Morse code’s variable-length encoding to destroy the regular letter-by-letter structure that frequency analysis relies on — an early example of using data representation itself as a cryptographic defense.

📜Historical Context

The Fractionated Morse cipher exploits Morse code's variable-length encoding as a cryptographic feature. Because different letters produce different numbers of dots and dashes, converting plaintext to Morse before encryption destroys the regular letter-by-letter structure that frequency analysis relies on.

⚙️How It Works
  1. Convert plaintext to Morse code (dots, dashes, letter separators)
  2. Group the Morse stream into triples (·, -, X where X = separator)
  3. Replace each triple with a letter using a keyed substitution alphabet
H = · · · ·   E = ·   L = · - · ·
HELLO → ···· · ·-·· ·-·· ---
Group triples: ···  ·_·  -··  ·-··  ---
Each triple → substituted letter
1. TEXT → MORSE HELLO → ···· · ·–·· ·–·· ––– 2. GROUP INTO TRIPLES ··· ·x· –·· ·–· ... (27 possible triples) 3. SUBSTITUTE EACH TRIPLE ···→R ·x·→K –··→W ·–·→F ... (keyed mapping) ★ Variable-length Morse creates irregular groupings → diffusion across letters
Morse code is split into triples of (·, –, separator) — each triple maps to one ciphertext letter via keyed alphabet
💀How It Was Broken
Morse Structure Analysis
Complexity: Moderate-Hard

Despite the variable-length encoding, Morse has predictable structure. Single dots (E) and single dashes (T) are the most common elements. The frequency distribution of triples is non-uniform and reflects Morse letter frequencies. With enough ciphertext, the triple-to-letter mapping can be recovered through frequency analysis of the 27 possible triples.

🔬What It Teaches Modern Cryptography
Concept from Fractionated Morse CipherModern Evolution
Variable-length encodingHuffman coding: common values get shorter codes — used in data compression
Symbol grouping before substitutionBlock cipher modes: plaintext is processed in fixed-size chunks
Irregular structure as securityModern cipher padding: irregular padding is a vulnerability, not a feature
Quick Facts
Exhibit17 of 37
Era19th Century
SecurityBroken
InventorUnknown
Year~1880s
Key TypeSubstitution alphabet for Morse triples
Broken ByStructural analysis of Morse patterns
← Previous Trifid Cipher