This project was developed as part of my Cyber Security Internship at Prodigy Infotech.
- Encrypt Text
- Decrypt Text
- User-friendly GUI
- Copy Result
- Save Output
- Clear Fields
- Python
- CustomTkinter
pip install -r requirements.txt
python3 main.pyCreate a Python program that can encrypt and decrypt text using the Caesar Cipher algorithm by allowing users to input a message and shift value.
Aditya Gupta