Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

FormulaMonks/python-obfuscation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python code Protection Mechanisms

Playground for python based project obfuscation techniques.

Description

In this repository I'll demo and try the different options available at the moment to protect a codebase based on python in order to avoid snooping from third-parties, options like source obfuscation, byte-code distribution, etc will be implemented and reviewed, later combinations of several techniques will be tried too.

Organization

The target is the project at the app directory, then each method will reside in a directory with a Makefile that will setup and run the particular technique. Also a README.md should be available in each directory explaining the current option, highlighting its pro and cons.