| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
$ apt update -y && apt upgrade -y $ apt install python -y $ apt install git -y $ git clone https://github.com/whxitte/white-obfuscate.git $ cd white-obfuscate $ pip install -r requirements.txt $ git pull $ python white-obfs.py
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
| Back | FazBrowse Home | New Git URL |