Skip to content

A simple script for you to obfuscate your python codes 😁

License

Notifications You must be signed in to change notification settings

westsidedev/PyObfuscador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

⚠️Requires⚠️

  • Python 3.11

Platforms

  • Linux
  • Windows
  • Termux

Usage

This script uses the libs marshal, zlib, base85|64|32|16 and lambdas in addition to compiling the entire code including strings

Comands:
   -B85 Encode Base85
   -B64 Encode Base64
   -B32 Encode Base32
   -B16 Encode Base16
   -ALL Encode Base85,64,32,16
   -C Compile
   -N Number of times it will be overshadowed
   -V Version

Example:
   obfuscador.py -B64 my_script.py name_saved.py -N 120
   obfuscador.py -B64 -C my_script.py name_saved.py -N 120

🛡️MIT License🛡️

Copyright (c) 2023 WestSideDev

Releases

No releases published

Packages

No packages published