A lightweight Python code obfuscation website to protect your source code
π δΈζθ―΄ζ
Website: https://pyob.mzyco.com
- β¨ Features
- π How It Works
- π Issues & Discussions
- π Project Status
β οΈ Disclaimer- π¬ Contact
β
Variable / Function / Class name obfuscation β keeps API surface intact
β
Safe imports & keyword protection β ensures code runs after obfuscation
β
AST-level transformation β not naive text replacement
β
File upload & online processing β paste or upload code and get results instantly
β
Error detection & reporting β clear error messages if code contains syntax issues
- Open the website (URL available upon request).
- Paste or upload your Python source code.
- Click Obfuscate.
- Download the obfuscated code file.
All bug reports, feature requests, and general discussions should be submitted via Issues.
When opening an issue, please include:
- π Python version you are using
- π A minimal code sample
β οΈ Error message and/or expected behavior
- π§ Under active development
- π Upcoming features:
- Customizable obfuscation strategies
- Batch file upload support
- Improved error detection and logging
- Obfuscation provides basic protection only β it does not guarantee absolute security.
- Do not rely on this tool as the sole method of protecting sensitive code.
For feedback and discussion, please use GitHub Issues.