A Python script to obfuscate Python code to protect intellectual property. This script uses encryption and obfuscation techniques to make the code harder to reverse-engineer.
pycryptodome
: For cryptographic functions.colorama
: For colored terminal output.Clone the repository:
git clone https://github.com/biolocated/Bio-Obfuscator.git
cd your-repository
Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install the required packages:
pip install -r requirements.txt
Run the script:
python obfuscator.py
Follow the prompts:
-obf.py
suffix.Here's an example of how to use the obfuscator:
python Bio-Obfuscator.py