Enigma machine emulator (https://enigma.lh.mk) for the Web. The emulator is faithful to the workings of the Enigma I, M3 and M4.
I highly recommend checking out the Enigma Operator's Field Manual before using the emulator.
git clone https://github.com/lubeskih/enigma-emulator.git && cd enigma-emulator
yarn install
yarn start
src
- Main source directorysrc/components
- React componentssrc/constants
- Constant variables used around the project (e.g. Enigma wiring, turnovers etc...)src/enigma-logic
- Files that hold the main logic behind the Enigma (stepping, turnover etc..) behind the rotors, reflectors, stators etc...src/misc
- Miscsrc/store
- MobX store filessrc/types
- Interfaces/Types used in the project
Although I consider this project finished, contributions are more than welcome.
If you want to contribute, start with opening an issue before writing the code so we can first discuss the idea.
If everything goes well, you are free to open a PR, but please don't forget to include details about your changes.
If you want to report an issue, please use GitHub's issue system.
Drop me a line or two at [email protected]
, phone would be easier if you have my number.
This Enigma machine emulator is MIT licensed.