Skip to content

Files

Latest commit

 

History

History
24 lines (14 loc) · 880 Bytes

File metadata and controls

24 lines (14 loc) · 880 Bytes

Caesar Cipher Encryptor/Decryptor

Overview

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Tkinter (usually included with Python)

Installation

  1. Clone the Repository:

    git clone https://github.com/MHS-4ever/Caesar-Cipher-Text-Encryption-Decrption-Program.git