This tool encrypts a Python script using AES-256 encryption, and outputs a self-decrypting Python file that runs exactly the same β but the original code is hidden from plain sight.
Perfect for:
- Protecting your scripts
- Adding mystery to your code
- Making reverse engineering painful
- Practicing dark arts... ethically π
β
AES-256 CBC Mode Encryption
β
Self-decrypting runtime stub
β
Random key generation (optional)
β
Colorful & mysterious CLI
β
Python 3.x support
git clone https://github.com/IanNarito/PyObfuscate/
cd PyObfuscate
pip install -r requirements.txt
python obfuscator.py