Tag Archives: ST-Geotronics

Crowdfunding the Open Enigma Project



An Enigma machine refers to a family of related electro-mechanical rotor cipher machines used in the 20th century for enciphering and deciphering secret messages.

The original Enigma was invented by the German engineer Arthur Scherbius at the end of World War I. According to Wikipedia, early models were used commercially from the early 1920s, although they were later adopted by a number of militaries and governments around the world.

Designed by the ST-Geotronics crew, the Open Enigma (M4) Project – powered by an Atmel-based Arduino Mega (ATmega1280) – first surfaced towards the end of 2013.

The project, which only recently hit Kickstarter, has already managed to exceed its original crowdfunding goal of $20,000. Stretch goals are now in effect, allowing the ST-Geotronics team to focus on delivering Enigma software enhancements (M3 emulation, Telex behavior, Cloud connectivity) and a new hardware version that uses the physical Plugboard.

“Even in today’s world of fast computers that can encrypt at exceptional levels like 68 bits, 128 bits, 256 bits, etc used for WEP, WPA, or even AES, the Enigma still offers decent and capable encryption capabilities. Any three of the 8 numbered rotors can be placed in any of the three positions on the shaft,” an ST-Geotronics rep explained on the project’s official Kickstarter page.

“There are 8x7x6 = 336 possible sequences of 3 rotors [and] 26 possible internal settings on each of the three rotors. This gives 26 to the third power = (17,576) possible settings. There are 26 possible external settings for each of the three rotors. This gives 26 to the third power = (17,576) possible settings. There are anywhere from 0 to 10 plug wires which can be inserted into any of the 26 sockets, [offering] roughly 532,985,208,200,576 possible settings. Combining these possibilities give us a total of 26,672,901,348,424,004,787,290,112 or about 10 to the 26 power possible starting settings.”

ST-Geotronics says it is committed to producing a goal of 100 units by hand, before shifting to less expensive factory manufactured units.

Interested in learning more? You can check out our original write up on Bits & Pieces here and the project’s official Kickstarter page here.

Light Cryptalk is an Arduino-powered Enigma

An Enigma machine refers to a family of related electro-mechanical rotor cipher machines used in the twentieth century for enciphering and deciphering secret messages. The original Enigma was invented by the German engineer Arthur Scherbius at the end of World War I. According to Wikipedia, early models were used commercially from the early 1920s, although they were later adopted by a number of militaries and governments around the world.

Recently, a young Maker by the name of Michele Lizzit built his own version of the classic cipher machine using an Atmel-powered (SAM3X8E ARM Cortex-M3) Arduino Due.

“The idea of the Maker Faire project came to me when Google dedicated a doodle to Alan Turing. Reading on Wikipedia his story I’ve learned about the Enigma machine. This project was initially realized to be presented as final project of Middle School (junior high – seventh grade). In the first version I used Xbee to transmit and cryptography was just a table substitution,” Lizzit told Zoe Romano of the official Arduino blog.

“I use Linux for everything I do with my computer and I am very grateful to the open source community and to Arduino for making available online for free a huge amount of documentation. I believe that it is important to share your ideas freely and for free so that others like me can learn and so that the opportunities to know, learn and make do not remain available only to those who can spend more.”

Unsurprisingly, Light Cryptalk isn’t the only modern interpretation of the classic Enigma machine to use an Atmel-based Arduino board. Back in October, the folks at ST-Geotronics created a functioning open-source Enigma (M4) replica powered by an Atmel-based Arduino Mega (ATmega1280).

Building an Arduino-powered Enigma machine

An Enigma machine refers to a family of related electro-mechanical rotor cipher machines used in the twentieth century for enciphering and deciphering secret messages. The original Enigma was invented by the German engineer Arthur Scherbius at the end of World War I. According to Wikipedia, early models were used commercially from the early 1920s, although they were later adopted by a number of militaries and governments around the world.

Recently, the ST-Geotronics crew designed and built a functioning open-source Enigma (M4) replica powered by an Atmel-based Arduino Mega (ATmega1280).

“Rather than try to immediately cram everything into the final enclosure, the ST-Geotronics gang painstakingly worked out a prototype to be sure the four 16-segment LED displays had been wired correctly and functioned properly,” explained HackADay’s John Marsh.

“The next step was laying out a swarm of buttons and resistors on a 6″x8″ perfboard. They used charlieplexing to handle the 16-segment displays (which actually have 17 LEDs each), and deceptively disguised each display as a nixie tube by mounting them vertically and encasing them in a transparent dome.”

Aside from the Atmel-powered Arduino Mega, key project components include:

  • 26 Alpha Buttons
  • 26 1/4″ Jacks Mono
  • 10 1/4″ Plugs Mono
  • 36 Pushbuttons
  • 1 On/Off/On Switch
  • 4 16Segment Orange
  • 4 Test Tubes
  • 1 Case Plywood
  • 1 Hinge & Hooks
  • 1 Half-Mortise Lock
  • 1 Perfboard
  • 38 Resistors 470 Ohms
  • 40 Resistors 1K Ohms
  • 7IRF9Z24N P-Channel MOSFET1 Piece of Metal & Spray paint
  • Battery Case
  • Rechargeable Batteries
  • Battery Charger/Connectors

Interested in learning more? You can check out the hardware side of things on Instructables, along with the relevant Arduino sketches.