- Intensio-Obfsucator tool takes a python source code and transform it into an obfuscated python code
- Replace all names of
variables/classes/functions/files-name
to random strings with length defined then allchars
to their hexadecimal value - Delete all
comments
, allspaces lines
- Padding random
snippets code/functions/classes
with an always differents values
- Replace all names of
- Provides a high level obfuscation layer to prevent or delay the reading and understanding of your python program
- Weak obfuscation if used alone, can be used with other types of obfuscation
- Python >= 3.5
- requirements.txt
- Files written in python 2.x and 3.x
- MIT
- Hnfull gitland@protonmail.com
- Intensio-Obfuscator is for education/research purposes only. The author takes NO responsibility ay for how you choose to use any of the tools provided