Holisticz - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Holisticz.com for the latest updates.

How to protect python sources (obfuscate + compile)

IgniteHost

Contributor
Contributor

0

0%

Status

Offline

Posts

1,050

Likes

707

Rep

866

Bits

0

2

Years of Service

What are the best ways ? best tools ? I have to protect the sources and compile the script too.
If anyone can let me know some links, i would appreciate it
[Image: ignitehost-pro-signature.gif]
 

puppycat

Elite member
Elite member Premium

0

0%

Status

Offline

Posts

1

Likes

0

Rep

0

Bits

0

2

Years of Service

You are better off just using a compiled language but I understand if you don't know any it sounds easier to just obfuscate your code. For the most part just like any program can be reversed, these things aren't guaranteed to protect your code but can help.

* https://pypi.org/project/pyminifier/
* https://pypi.org/project/pyarmor/
* https://medium.com/@xpl/protecting-pytho...d940bb188e (Using Cython)

There are probably other options but those are the ones I remember messing around with a couple years ago.
 

mohalw200006

Member

0

0%

Status

Offline

Posts

9

Likes

0

Rep

0

Bits

0

2

Years of Service

IgniteHost

Contributor
Contributor

0

0%

Status

Offline

Posts

1,050

Likes

707

Rep

866

Bits

0

2

Years of Service

This is a bump
[Image: ignitehost-pro-signature.gif]
 

48,610

38,214

238,323

Top