Score:2

Does machine cryptography only consist of rotor machines?

tl flag

For the chronological categorisation of cryptography, I have proceeded as follows:

  1. Cryptography by hand (e.g. Caesar, Vigenére, etc., till around 1900/1920)
  2. Cryptography using machines (e.g. Enigma, TypeX, etc., till around 1960)
  3. Computational Cryptography (e.g. DES, AES, RSA, etc.)
  4. The Future of Cryptography (e.g. Quantum crypto)

The slots 1,3, and 4 are well documented and have a lot of different systems. But I'm struggling with slot 2: The heart of all the systems I found were rotors. Some were operated by mechanics, some by electro magnetism, but all use rotors for their cryptographic applications.

My questions: Does cryptography using machines only consist of rotor machines like Enigma, Purple, Typex, etc.? If other design principles exist, can someone give me an overview of them and maybe examples?

kelalaka avatar
in flag
Do you count M209 as a rotor machine? M209 was easier to break than Enigma!
Titanlord avatar
tl flag
I would say it is a portable mechanical rotor machine
Eugene Styer avatar
dz flag
Don't forget the Jefferson disk (mixture of a mechanical device and manual encryption) https://en.wikipedia.org/wiki/Jefferson_disk
Score:4
ru flag

I would argue that a great many cryptographic designs lie between the mechanical designs of 2 and the micro-electronic designs of 3. These designs are electronic in nature, but without the universal computation capabilities afforded by microchips. Most of these designs were based around Linear Feedback Shift Registers (LFSRs), which are easy to instantiate with basic electronic components.

To quote section 16.3 from Schneier's "Applied Cryptography" (1996)

In the early days of electronics, they were very easy to build. A shift register is nothing more than an array of bit memories and the feedback sequence is just a series of XOR gates.

...

Most designs are secret; a majority of military encryption systems in use today are based on LFSRs.

Whether one classifies such electronic (vice micro-electronic) designs as machines, computational designs or a category to themselves is a question of terminology.

Examples might include:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.