Skip to content

ryukakoi/Python-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standard (1)

Python Code Obfuscator

Python Version License

A simple Python code obfuscator tool that transforms your readable Python code into a protected version while maintaining original functionality.

Obfuscation Examples

Non-Obfuscated Code

print("Hello World!") 

Obfuscated output

import base64, zlib, marshal
#N\X\w=f(msRF?5&LNWz8
i4:~+=GY?JzwOfnl2VE/ 
def _d(s):
    return marshal.loads(zlib.decompress(base64.b64decode(s)))
#G
'd>54l04*NYWv_
exec(_d('eJx7zIAEmKH0ZxUgMZ0hhSGFMYchCkIzRjEyMaQypTCtZoQoYmSoZNRkfgli+lXxeKTm5OQrhOcX5aQoajLfYktKLE41M7nFUpWTmXSLtaAoM69kJcNnkOJfHDbFJUB+uh2QlZufUpqTalfECTaQgaFYGEh8YGZkZLzNwHubgfsmA2tD3lUG0SJ2oDgAhignIw=='))
#G#+Dxg^6!#yxP 1cN{D+I,&K\	D?p|

#LoV;Z46,Sg*<2(OhY{=-^L!k#Qa{]a

Installation

  1. Install the file
  2. run setup.py

Usage

python obfuscator.py your_file.py

About

Simple obfuscator for python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages