This project provides a graphical user interface (GUI) to demonstrate three popular encryption and decryption algorithms:
- Caesar Cipher
- Playfair Cipher
- Columnar Transposition Cipher
-
Clone the repository:
git clone https://github.com/harounwaka125/OOS-Project -
Install Python and Tkinter (if not already installed):
pip install tk -
Run the
main.pyscript:python main.py
- Choose the encryption algorithm (Caesar, Playfair, or Columnar).
- Enter the key and the text to encrypt.
- Press "Encryption" to encrypt the text.
- To decrypt, press "Decryption".
- Press "Reset" to clear the fields.
Enjoy!
- Haroun.
- Carlos.
- Lamyaa.
- Sohaila.