An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          


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:

```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 ⭐