SkillAgentSearch skills...

NextCrypt

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

Install / Use

/learn @emrecpp/NextCrypt
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

<p align="center"> <img width="15%" align="center" src="Ui/img/logo.png" alt="logo"> </p> <h1 align="center"> Next Crypt </h1> <p align="center"> 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. </p> <p align="center"> <a style="text-decoration:none"> <img src="https://img.shields.io/badge/Python-3.x-blue.svg?color=00B16A" alt="Python 3.9+"/> </a> <a style="text-decoration:none"> <img src="https://img.shields.io/badge/PySide-6+-blue?color=00B16A" alt="PyQt 5.15.2"/> </a> <a style="text-decoration:none"> <img src="https://img.shields.io/badge/Platform-Win32%20|%20Linux%20|%20macOS-blue?color=00B16A" alt="Platform Win32 | Linux | macOS"/> </a> </p> <div align="center"> <img src="docs/assets/NextCrypt.png"> </div>

Demo

<div align="center"> <img src="docs/assets/Demo.gif" width="604" height="491"> </div>

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 ⭐

Related Skills

View on GitHub
GitHub Stars4
CategoryDesign
Updated5mo ago
Forks0

Languages

Python

Security Score

87/100

Audited on Oct 3, 2025

No findings