CryptoEngine — Secure Encryption & Signing Toolkit
Project description
🔐 CryptoEngine
Secure Encryption, Signing & Verification
Secure encryption, signing & verification
📌 Overview
CryptoEngine enhances secure sharing of sensitive information across networks.
It is recommended for:
- Students
- Developers
- Security professionals
- Cybersecurity enthusiasts
CryptoEngine is a local-first desktop application. All operations happen on your machine — no data is sent to any remote service.
✨ Features
🔑 Hybrid Cryptography
- RSA + AES hybrid encryption
- Encrypt data using SSH-compatible RSA public keys
- Decrypt using stored or manual private keys
✒ Digital Signatures
- Create detached digital signatures for files or text
- Verify message integrity and authenticity using public keys
🧮 Hashing Toolkit
- Compute hashes for files and text:
- SHA-256
- SHA-1
- MD5
- Easy copy of hex and Base64 digests
🗝 Key Manager
- Save and manage named public keys
- Save and manage private key file paths
- Generate new SSH RSA key pairs from inside the app
- Password-protect private keys during generation
🖥 Desktop UI
- Tabbed interface:
- Hashing
- Encrypt
- Decrypt
- Signature Verify
- Key Manager
- About
- Designed for dark themes and developer workflows
🧰 Technology Stack
CryptoEngine is built with:
- Python 3
- PyQt6 for the native desktop UI
- cryptography library for RSA, AES, and signing
- A hybrid RSA + AES design for efficient, secure encryption
📦 Installation (Development)
git clone https://github.com/your-user/crypto_engine.git
cd crypto_engine
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
🏗️ Build Instructions (macOS, Windows & Linux)
CryptoEngine ships as pure Python + PyQt6, so you can build binaries using PyInstaller.
Ensure dependencies installed:
pip install -r requirements.txt
pip install pyinstaller
🍏 macOS (.app bundle)
pyinstaller \
--name CryptoEngine \
--windowed \
--icon ssh_encryptor/assets/icon.icns \
--add-data "ssh_encryptor/assets:assets" \
run.py
🪟 Windows (.exe)
pyinstaller ^
--onefile ^
--windowed ^
--icon ssh_encryptor/assets/icon.ico ^
--add-data "ssh_encryptor\\assets;assets" ^
run.py
🐧 Linux (binary or AppImage)
pyinstaller \
--name CryptoEngine \
--windowed \
--icon ssh_encryptor/assets/icon.png \
--add-data "ssh_encryptor/assets:assets" \
run.py
👤 Developer
@wmhchathuranga Director — Bitrate Solutions (Pvt) Ltd. 📧 wmhchathuranga@bitrate.lk
📝 License
CryptoEngine is open-source and released under the MIT License.
You may use, modify, and redistribute freely.
See: LICENSE
📛 Trademark Notice
CryptoEngine™ and the CryptoEngine logo are trademarks of
Harshana Chathuranga / Bitrate Solutions (Pvt) Ltd.
You may not:
- redistribute commercial products named CryptoEngine
- use the name or logo to imply endorsement
- publish forks/binaries under the CryptoEngine™ name
See: TRADEMARK.md
For commercial or white-label licensing: 📧 wmhchathuranga@bitrate.lk
❤️ Enjoy using CryptoEngine!
If you want badges, animated GIF demo, or an installer .pkg section, give the word — we’ll upgrade it 💪
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cryptoengine-1.0.2.tar.gz.
File metadata
- Download URL: cryptoengine-1.0.2.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa5aeb9f761e8956745c12432b780b92eaa6019ef6d7485ed4d3395abf7d6316
|
|
| MD5 |
cee4ea5d23cccca2212e0b28efb05add
|
|
| BLAKE2b-256 |
00c5b1f0c7cdfd344bc412de891eb9f3ddeed3d7369e024e8dfb1d4432f8c7f2
|
File details
Details for the file cryptoengine-1.0.2-py3-none-any.whl.
File metadata
- Download URL: cryptoengine-1.0.2-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e590fb50dbed4df8602c2a2b1a4d2dde7e672a4aa93a65d1b299d8aca2dc97
|
|
| MD5 |
0fd295b2b09ca5eec2e16899d86a2549
|
|
| BLAKE2b-256 |
b976e2466ef97b701030e0c99530961b542a04d352d3a07b59e8cda0c640a681
|