Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cipher App

A Python GUI-based application for encrypting and decrypting text using Caesar and Vigenère ciphers.

Features

  • Supports Caesar and Vigenère ciphers
  • Encrypt and decrypt messages
  • Copy output to clipboard
  • Simple GUI using Tkinter
  • Select which cipher you want to use from the main window

Files

  • caesar.py – Caesar cipher logic
  • vigenere.py – Vigenère cipher logic
  • caesar_gui.py – GUI for Caesar cipher
  • vigenere_gui.py – GUI for Vigenère cipher
  • main_gui.py – Starting point: lets you choose which cipher to use

Future Features (Planned)

  • QR code generation for encrypted messages
  • Brute-force Caesar decryption
  • Save/load encrypted messages
  • Dark mode GUI

How to Run

python main_gui.py

About

A simple Python GUI app built using Tkinter to encrypt and decrypt messages using Caesar and Vigenere ciphers. Includes basic features like message encryption/decryption, clipboard copy, and a simple interface

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages