Python Forum
How to protect P/Cython Code against Reverse Engineering / Decompilation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to protect P/Cython Code against Reverse Engineering / Decompilation
#4
There are way like Software as a service (SaaS)
Perhaps the most reliable way of concealing source code is not to distribute your programs at all.
Companies such as Google use a lot Python and have no difficulty in concealing their source code from outsiders.

Freeze code using libraries like PyInstaller(can encrypt bytecode to),CxFreeze,Py2exe,pynsist,Nuitka,Cython.
These tools offer an additional layer of obfuscation over merely supplying bytecode files.

That said Python strive to be as open as possible,we as coder should also follow this philosophy.
Do also some tough choosing a good license.

We see new company like Sentry that has all code open on GitHub.
They do not hide anything,what they earn money on is providing hosting and easier use of there product.
Reply


Messages In This Thread
RE: How to protect P/Cython Code against Reverse Engineering / Decompilation - by snippsat - Sep-18-2017, 08:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Implementing a Civil Engineering Project In Python JoeDainton123 1 2,707 Oct-14-2020, 01:12 AM
Last Post: Larz60+
  How important is math for software engineering, and does it help in problem solving? larridde 4 3,046 Mar-10-2020, 03:25 PM
Last Post: wavic
  Do Machine Learning Employers care if I get a minor in Math on top of MS engineering AndrewScience 2 3,908 Oct-25-2017, 01:24 PM
Last Post: sparkz_alot
  What about Cython? panoss 5 6,904 Feb-03-2017, 10:21 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020