swarajpande5 / Caesar-and-Vigenere-Encryption-System

This system encrypts and decrypts Text to Caesar and Vigenere Ciphers using Python. The program uses Tkinter Library for GUI.
0 stars 0 forks source link

Adding more simple encryption algorithms #1

Open swarajpande5 opened 3 years ago

swarajpande5 commented 3 years ago

Currently, the project is only based on Caesar and Vigenere Ciphers, which are very simple. Adding more algorithms (with some documentation/info) would be great.

trevortomlin commented 3 years ago

I can try and add a Columnar Transposition Cipher to this project.

swarajpande5 commented 3 years ago

Sounds cool, go for it. I was also thinking to add a dropdown menu for "choosing ciphers", replacing the radio buttons.