Skip to content

This will obfuscate your python code so people can not steal your source code.

Notifications You must be signed in to change notification settings

YbicG/Python-Obfuscator

Repository files navigation

Obfuscator

This is a hexadecimal obfuscator handmade by me.

I used https://string-functions.com/string-hex.aspx to encode my source_code to the point of no return.

If you try to decode the hex it will result in weird characters..

You don't have to credit me but it is appreciated.

Website here: https://bobsonhaxs.000webhostapp.com/obfuscator.html

How to Run

Normal Obfuscating:

  1. Run main.py and input your source code.
  2. Get the result from it.
  3. Get the template from obfuscate_run.py and input your encoded source code into line 5 where it says your_code.
  4. Run it and your done!

Mega Secure Obfuscating:

  1. Go to: https://string-functions.com/string-hex.aspx.
  2. Encode the whole script including the template.
  3. Put the result in another template.
  4. Copy the entire script AGAIN including the template.
  5. Encode the entire script again.
  6. Paste the result into another template.
  7. Repeat as necessary

Credit

Made by YbicG#1258

©2022 A&C Development. All rights reserved.

About

This will obfuscate your python code so people can not steal your source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published