https://github.com/dori-dev/enigma
Enigma Simulator
https://github.com/dori-dev/enigma
enigma enigma-machine enigma-simulator
Last synced: about 1 year ago
JSON representation
Enigma Simulator
- Host: GitHub
- URL: https://github.com/dori-dev/enigma
- Owner: dori-dev
- License: mit
- Created: 2021-11-01T08:01:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T04:55:39.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T17:29:19.370Z (over 3 years ago)
- Topics: enigma, enigma-machine, enigma-simulator
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enigma
Enigma simulator with python and clean code.
#
# How to use
```
python rotor_generator.py
```
```
python enigma_code_decode.py
```
## Run the `rotor_generator.py`
It will produce a rotor configuration saved in `rotor_state.enigma` file.
## Run the `enigma_code_decode.py`
In the command line to `code` or `decode` the message(also you can set rotors state).
#
# Links
Download Source Code: [Click Here](https://github.com/dori-dev/Enigma/archive/refs/heads/main.zip)
My Github Acount: [Click Here](https://github.com/dori-dev/)