Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 472 Bytes

Enigma

Encryption and decryption using the Enigma cipher machine method. An excellent source to learn more about this machine and check out my program's solution: https://www.101computing.net/enigma-machine-emulator/

Installation

$ git clone git@github.com:Witaly3/Enigma.git
$ cd Enigma
$ python enigma.py

Run tests

$ python enigma_test.py