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