Skip to content

Caesar Cipher Tool(Prodigy-Infotech-Cyber-Security-Internship-Task1-Code )

Notifications You must be signed in to change notification settings

HackResist/PRODIGY_CS_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Tool

If you like this repository, don't forget to give it a ⭐!

Overview

A simple graphical user interface (GUI) application built using Python's Tkinter library that allows you to encrypt and decrypt text using the Caesar Cipher technique.

Features

  • Encrypt Text: Enter text and shift value to encrypt the message using the Caesar Cipher method.
  • Decrypt Text: Enter an encrypted message and the same shift value to decrypt the message.
  • Customizable Shift: Specify any shift value between 1 and 25.
  • User-Friendly Interface: A clean and simple interface with hover effects and responsive layout.

Installation

1.Clone the repository or Download this repository. 2.This project only requires the built-in tkinter library.

How to Use

1.Enter Text: Type message you want to encrypt or decrypt. 2.Set Shift Value: Input a shift value between 1 and 25.