This repository contains a Python application that provides a graphical user interface (GUI) for encrypting and decrypting text using the Caesar Cipher algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted a fixed number of places down or up the alphabet.
- Encrypt Text: Convert plaintext into ciphertext using a specified shift value.
- Decrypt Text: Convert ciphertext back into plaintext using the same shift value.
- User-Friendly Interface: Easily enter text and shift values through a graphical interface built with Tkinter.
- Python 3.x
- Tkinter (usually included with Python)
-
Clone the Repository:
git clone https://github.com/MHS-4ever/Caesar-Cipher-Text-Encryption-Decrption-Program.git