This Python application provides a graphical user interface (GUI) for encrypting and decrypting text using Caesar and ROT13 ciphers. Built with Tkinter, it offers a user-friendly way to experiment with basic cryptography techniques.
- Encrypt and decrypt text using Caesar cipher
- Encrypt and decrypt text using ROT13 cipher
- User-friendly GUI built with Tkinter
- Real-time output display
- Adjustable shift value for Caesar cipher
- Python 3.7 or later
- Tkinter
- Clone this repository or download the source code.
- Ensure you have Python 3.7 or a later version installed on your system.
- Ensure you also have Tkinter installed on your system.
- Run the script.
- Choose your desired Encryption/Decryption method.
- Input your message and key (if required), and click on either Enrypt or Decrypt.
- Enjoy :)