biolocated / Bio-Obfuscator

A multi-layered python obfuscator
MIT License
1 stars 0 forks source link

Python Code Obfuscator

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.

Features

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/biolocated/Bio-Obfuscator.git
    cd your-repository
  2. Create and activate a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python obfuscator.py
  2. Follow the prompts:

    • Enter the path to the Python file you want to obfuscate.
    • The obfuscated and encrypted code will be saved to a new file with -obf.py suffix.

Example

Here's an example of how to use the obfuscator:


python Bio-Obfuscator.py