https://github.com/mathworks/enigma
MATLAB App for simulating the Enigma encryption machine
https://github.com/mathworks/enigma
Last synced: about 2 months ago
JSON representation
MATLAB App for simulating the Enigma encryption machine
- Host: GitHub
- URL: https://github.com/mathworks/enigma
- Owner: mathworks
- Created: 2015-06-17T21:49:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T14:28:52.000Z (over 5 years ago)
- Last Synced: 2025-04-19T12:43:13.177Z (2 months ago)
- Language: MATLAB
- Homepage:
- Size: 6.14 MB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Enigma M3 Emulator
This is a MATLAB App for simulating the Enigma encryption machine. It specifically emulates the M3 variant of the machine used during World War II by the German army.
Required Software: MATLAB
To run the app, type the following at the MATLAB command prompt:
launchEnigma
Perform encryption/decryption by clicking on the round keys at the bottom of the machine. Your input and the machines output will be recorded on the tablet on the right of the App. Keyboard input can also be used.
You can configure the machine in a variety of ways. Click the rotor icon on the top-right of the machine to modify the :
- rotor types
- ring offsets of the rotors
- reflector type
- plugboard connectionsYou can also modify the position of the rotors by hovering over the rotor images and using the scroll-wheel of the mouse or dragging up or down with the left mouse button pressed.
You can also run the simulation completely from the MATLAB command line. See the startHere.m file for a demonstration.
[](https://www.mathworks.com/matlabcentral/fileexchange/51009-enigma)