Skip to content

This is a tool to obfuscate / to make your python code unreadable. It obfuscates your code and prevents easy access of others to your code.

Notifications You must be signed in to change notification settings

WH1T3-E4GL3/white-obfuscate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Author

white-obfuscate

A simple python code obfuscator.

By using this tool you can make your code unreadable to anyone. But its still executable in its obfuscated condition.

Commands

$ apt update -y && apt upgrade -y
$ apt install python -y
$ apt install git -y
$ git clone https://github.com/WH1T3-E4GL3/white-obfuscate.git
$ cd white-obfuscate
$ pip install -r requirements.txt
$ git pull
$ python white-obfs.py

single installation command

apt update -y && apt upgrade -y && apt install python -y && apt install git -y && git clone https://github.com/WH1T3-E4GL3/white-obfuscate.git && cd white-obfuscate && pip install -r requirements.txt && git pull && python white-obfs.py

obfuscate

About

This is a tool to obfuscate / to make your python code unreadable. It obfuscates your code and prevents easy access of others to your code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages