Skip to content

Releases: aman-sharma-dev/pycryption

v1.0.0

03 Sep 18:27
0a3d763

Choose a tag to compare

🚀 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.

⚠️ Windows SmartScreen Notice

Since this is an unsigned executable, Windows may show a "Windows protected your PC" warning the first time you run it.

To proceed:

  1. Click More info.
  2. 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.