An open API service indexing awesome lists of open source software.

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

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/)