Skip to content

A very basic GUI encryption-decryption tool that utilizes ROT13 and Ceaser cipher.

DecimalByte/CryptIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CryptIt!

This Python application provides a graphical user interface (GUI) for encrypting and decrypting text using Caesar and ROT13 ciphers. Built with Tkinter, it offers a user-friendly way to experiment with basic cryptography techniques.

Features

  • Encrypt and decrypt text using Caesar cipher
  • Encrypt and decrypt text using ROT13 cipher
  • User-friendly GUI built with Tkinter
  • Real-time output display
  • Adjustable shift value for Caesar cipher

Requirements

  • Python 3.7 or later
  • Tkinter

Installation

  1. Clone this repository or download the source code.
  2. Ensure you have Python 3.7 or a later version installed on your system.
  3. Ensure you also have Tkinter installed on your system.

Usage

  1. Run the script.
  2. Choose your desired Encryption/Decryption method.
  3. Input your message and key (if required), and click on either Enrypt or Decrypt.
  4. Enjoy :)

About

A very basic GUI encryption-decryption tool that utilizes ROT13 and Ceaser cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages