Skip to content

Python app with Qt interface for encryption/decryption (Caesar, Vigenere, Atbash, Vernam)

License

Notifications You must be signed in to change notification settings

emrecpp/NextCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Next Crypt

NextCrypt is a Python application featuring a Qt interface with animations, designed to perform encryption and decryption using algorithms such as Caesar, Vigenère, Atbash, and Vernam.

Python 3.9+ PyQt 5.15.2 Platform Win32 | Linux | macOS

Demo

Supported Ciphers

  • Caesar
  • Vigenere
  • Atbash
  • Vernam

Quick start

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the GUI:

    python MainGUI.py

See also

License

NextCrypt is licensed under MIT

Copyright © 2023 by emrecpp

⭐ If you liked my project, please don't forget to star it ⭐