Simple encrypter with a simpler UI.
A modern graphical encryption and decryption tool supporting strong, proven cryptographic algorithms like ChaCha20, Camellia, Blowfish, AES-GCM, AES-CBC and AES-SIV. Built with PyQt6 for a clean, responsive interface and a focus on solid cryptographic practices.
- Support for ChaCha20, Camellia, Blowfish, AES-GCM, AES-CBC and AES-SIV
- Toggle between Encryption and Decryption modes
- Automatic secure nonce/IV generation
- Base64 encoding for safe copy-pasting and transport
- Friendly but informative error handling
- Modular and extensible design
- Python
- PyQt6
- pycryptodome
- cryptography
Install dependencies:
pip install pyqt6 pycryptodome
pip install cryptographyThe project is solo-built and open to use or fork. Contributions are welcome, but not expected.
App icons provided by Icons8 under their Universal Multimedia License. All other code and assets are released under the MIT License.