Close

Paper Model Complete and 3 Right Rotors work on Kim Uno

A project log for Mystery 6502 program for the Kim Uno #1kBChallenge

The #1kBChallenge inspired me to dust off the Kim-Uno and write an Enigma Z30 simulator. This is a very rare numbers only Enigma Machine.

arduino-enigmaArduino Enigma 12/10/2016 at 05:050 Comments

When writing a program for an encryption machine, a paper model is a must. This allows you to see the correct values of all the intermediate steps for a given input.

You can download an excel file here that simulates the signal path through the rotors

The assembly file already implements the signal path through the 3 right rotors. The next step is to write code to go through the reflector and come back the rotors.

https://github.com/arduinoenigma/Mystery6502Machine

Discussions