This system encrypts and decrypts Caesar and Vigenere Ciphers using Python.
In Windows, execute the following in cmd.
$ python3 main.py
or simply just run main.py on any IDE.
.
├── dist
└── C&V.exe # Executable
├── img
└── ... # Images and icon files
├── README.md
├── ciphers.py # Implementation of algorithms
└── main.py # Calls the functions from ciphers.py and uses Tkinter library
https://en.wikipedia.org/wiki/Caesar_cipher \ https://en.wikipedia.org/wiki/Vigenère_cipher \ https://en.wikipedia.org/wiki/Transposition_cipher