https://github.com/rillis/enigma
Python enigma machine
https://github.com/rillis/enigma
Last synced: 24 days ago
JSON representation
Python enigma machine
- Host: GitHub
- URL: https://github.com/rillis/enigma
- Owner: rillis
- Created: 2024-05-22T01:20:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T03:09:59.000Z (about 2 years ago)
- Last Synced: 2025-10-30T02:52:07.345Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# enigma
Python Enigma machine
### Install:
Run random_disk.py to generate "disks" and "disks_special" folders.\
You can modify these files to customize the machine.
### Running
**Optional:** *Edit the config.cfg file for the machine's initial state.*
**Default Enigma Machine, lowercase ASCII letters:**\
Run encrypt.py/decrypt.py files.
**Modified Enigma Machine, lowercase/uppercase ASCII letters + symbols:**\
Run encrypt_special.py/decrypt_special.py files.