🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cinol

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cinol

Python Code Protection Toolkit (Obfuscation + Encryption + License)

0.1.0
PyPI
Maintainers
1

Cinol - Python Code Protection Toolkit

PyPI Version License: MIT Python Versions

Cinol adalah toolkit Python untuk melindungi kode dari pembajakan dengan teknik:

  • Obfuskasi (pengaburan kode)
  • Enkripsi Bytecode (AES-256 + GCM)
  • Manajemen Lisensi (RSA + Signature)
  • Proteksi Runtime (anti-debug, checksum)

🔥 Fitur Utama

  • Obfuskasi AST - Mengaburkan nama variabel/fungsi
  • Enkripsi Berlapis - AES-256 untuk bytecode + RSA untuk lisensi
  • Validasi Lisensi - Online/offline dengan signature digital
  • Self-Decrypting - Eksekusi kode terenkripsi tanpa file sisa
  • Anti-Tampering - Deteksi modifikasi kode

📦 Instalasi

pip install cinol

Keywords

obfuscation

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts