Skip to content

IanNarito/PyObfuscate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧊 AES-256 Python Code Obfuscator


πŸ” About

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 😏

βš™οΈ Features

βœ… AES-256 CBC Mode Encryption
βœ… Self-decrypting runtime stub
βœ… Random key generation (optional)
βœ… Colorful & mysterious CLI
βœ… Python 3.x support


πŸ§ͺ Example

git clone https://github.com/IanNarito/PyObfuscate/
cd PyObfuscate
pip install -r requirements.txt
python obfuscator.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages