heylenz / python-obfuscation

Playground for python based project obfuscation techniques

Home Page:https://citrusbyte.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Playground for python based project obfuscation techniques

https://citrusbyte.com


Languages

Language:Python 91.1%Language:Makefile 6.6%Language:HTML 1.7%Language:JavaScript 0.6%