π PyCryption v1.0.0
The first official release of PyCryption, a lightweight encryption/decryption tool with both GUI and CLI support.
β¨ Features
- π Text Encryption/Decryption (GUI & CLI)
- π File Encryption/Decryption (GUI & CLI)
- π Key Management
- Generate new encryption keys
- Load existing keys
- Save keys to file or clipboard
- π¦ Password-based encryption
- π¨ Simple Tkinter GUI with multiple themes
- β‘ Standalone Windows .exe (no need for Python installed!)
π Installation (for source code)
git clone https://github.com/aman-sharma-dev/pycryption.git
cd pycryption
pip install -r requirements.txt
python gui.pyβ Notes
-Works on Windows 10/11 (tested).
-Linux/Mac users can run it via python gui.py.
-This is an early release β expect improvements in future versions.
Since this is an unsigned executable, Windows may show a "Windows protected your PC" warning the first time you run it.
To proceed:
- Click More info.
- Then click Run anyway.
This happens because the app is new and not yet signed with a code-signing certificate.
If youβd prefer not to bypass the warning, you can instead run the project directly from source β see the instructions in the README.