/obfuscate-pyfile

Primary LanguagePythonMIT LicenseMIT

Obfuscate-pyfile

Getting Started

Ubuntu

Pre-requirements

Install docker before installing the docker container.

Building image

sudo chmod u+x ./docker/*.sh
sudo ./docker/build.sh

Run docker container

sudo chmod u+x ./docker/*.sh
sudo ./docker/run.sh

Obfuscate your pyfile

python3 encrypt.py -p folder
  • p: The path of encrypt folder.

Eample

python3 encrypt.py -p test/
Result