Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cryptoengine-1.0.1.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cryptoengine-1.0.1-py3-none-any.whl (29.3 kB view details)

Uploaded Python 3

File details

Details for the file cryptoengine-1.0.1.tar.gz.

File metadata

  • Download URL: cryptoengine-1.0.1.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for cryptoengine-1.0.1.tar.gz
Algorithm Hash digest
SHA256 dc227d3e397ccf0ad826a1991e2ad8b090761e219b1a132d1e9efd5fbc35f467
MD5 638dc5795d4b5b63d0ad21fe2db36b3b
BLAKE2b-256 d6e6187ade38c11cb39d5d04fac39dcff5126e11f1d842a1c07c801f3ce16502

See more details on using hashes here.

File details

Details for the file cryptoengine-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: cryptoengine-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 29.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for cryptoengine-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26ff653e6c52c0a256578ade3273fdef49e10d43b0c42710d4533c5d08018e85
MD5 f1af7d242658e8bb2ccae448d8f91342
BLAKE2b-256 a098db192c6677e3926323ada8d73ad18357ec4245c920c1fe0d9dd0d627e133

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page