AnkanDas22 / Ceaser-Encryptor

This was made for our semester project. What it does is simply take input and the key from the user, executes the ceaser cipher and gives the output out in the Output text box. The GUI is made using Tkinter module, and the algorithm is done in Python 3.7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ceaser-Encryptor

This is a simple python based ceaser encryptor, which encrypts data taken from a user in the form of alphabets, and executes it using Ceaser cipher algorithm. The user also has the option to decide how many rounds the shuffling will take place, the user has to choose a number from 1 to 25 to do that. The GUI of the program was created using the Tkinter module, and the algorithm runs in Python 3.7. I will keep on updating the GUI and in the future, the user can also decrypt the encrypted text, as long as he/she has the encryption key and the encrypted text with them.

About

This was made for our semester project. What it does is simply take input and the key from the user, executes the ceaser cipher and gives the output out in the Output text box. The GUI is made using Tkinter module, and the algorithm is done in Python 3.7


Languages

Language:Python 100.0%