Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 693 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 693 Bytes

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