A replica of the enigma machine
Dependencies:-
- Go (version 1.16 or above)
- Git
Run the following commands to run enigma on your machine
git clone https://github.com/mudit67/enigma.git
cd enigma
go run ./main.goClone the repo on your device and run the main.go file to encrypt/decrypt your message.
As long as both encryption and decryption have the same factsheet and rotor initials (Keys) it will be your secret message encoder.
