https://github.com/emrecpp/nextcrypt
Python app with Qt interface for encryption/decryption (Caesar, Vigenere, Atbash, Vernam)
https://github.com/emrecpp/nextcrypt
cipher cryptography fluent-design gui modern pyqt pyqt5 pyside pyside6 python qfluentwidgets qt ui
Last synced: about 1 month ago
JSON representation
Python app with Qt interface for encryption/decryption (Caesar, Vigenere, Atbash, Vernam)
- Host: GitHub
- URL: https://github.com/emrecpp/nextcrypt
- Owner: emrecpp
- License: mit
- Created: 2023-12-18T07:18:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T07:33:14.000Z (over 2 years ago)
- Last Synced: 2025-05-30T12:55:43.951Z (about 1 year ago)
- Topics: cipher, cryptography, fluent-design, gui, modern, pyqt, pyqt5, pyside, pyside6, python, qfluentwidgets, qt, ui
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
## Demo
## Supported Ciphers
* Caesar
* Vigenere
* Atbash
* Vernam
## Quick start
1. Install dependencies:
```shell
pip install -r requirements.txt
```
2. Run the GUI:
```shell
python MainGUI.py
```
## See also
- [zhiyiYo/PySide-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/PySide6):A fluent design widgets library based on PySide6
## License
NextCrypt is licensed under MIT
Copyright © 2023 by emrecpp
## ⭐ If you liked my project, please don't forget to star it ⭐