Skip to content

This repository contains a Python application built with Tkinter for encrypting and decrypting text using the Caesar Cipher algorithm. The Caesar Cipher is a simple substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.

Notifications You must be signed in to change notification settings

MHS-4ever/Caesar-Cipher-Text-Encryption-Decrption-Program

Repository files navigation

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

About

This repository contains a Python application built with Tkinter for encrypting and decrypting text using the Caesar Cipher algorithm. The Caesar Cipher is a simple substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published