https://github.com/whxitte/white-obfuscate
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.
https://github.com/whxitte/white-obfuscate
code-encryptor code-obfuscator crypter encoder encrypt obfuscate obfuscate-code obfuscate-scripts obfuscator python-encryptor python-obfuscate python-obfuscator
Last synced: 22 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/whxitte/white-obfuscate
- Owner: whxitte
- Created: 2023-01-27T11:44:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T05:23:23.000Z (6 months ago)
- Last Synced: 2025-04-09T09:51:47.805Z (about 2 months ago)
- Topics: code-encryptor, code-obfuscator, crypter, encoder, encrypt, obfuscate, obfuscate-code, obfuscate-scripts, obfuscator, python-encryptor, python-obfuscate, python-obfuscator
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 38
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Author
[](https://www.instagram.com/whxitte)
# 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/whxitte/white-obfuscate.git
$ cd white-obfuscate
$ pip install -r requirements.txt
$ git pull
$ python white-obfs.py
# single installation commandapt 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
