Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rillis/enigma
Python enigma machine
https://github.com/rillis/enigma
Last synced: about 1 month ago
JSON representation
Python enigma machine
- Host: GitHub
- URL: https://github.com/rillis/enigma
- Owner: rillis
- Created: 2024-05-22T01:20:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T03:09:59.000Z (8 months ago)
- Last Synced: 2024-05-23T02:32:58.549Z (8 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.