python obfuscate

Sturla Molden sturla.molden at gmail.com
Fri Apr 11 05:17:42 EDT 2014


Joshua Landau <joshua at landau.ws> wrote:

> However, if this really is your major blocker to using Python, I
> suggest compiling with Cython.

Cython restains all the code as text, e.g. to readable generate exceptions.
Users can also still steal the extension modules and use them in their own
code. In general, Cython is not useful as an obfuscation tool.

Sturla




More information about the Python-list mailing list