Protecting Source Code

Cameron Zemek grom_3 at optusnet.com.au
Fri May 9 03:42:35 EDT 2003


> > How can I protect my python source code for a commerical application?
>
> You can't, really. You can freeze the code into an executable.
>
> This comes up over and over -- see previous discussions at, for instance,
>
http://groups.google.com/groups?hl=en&lr=&ie=ISO-8859-1&safe=off&q=protect+source&btnG=Google+Search&meta=group%3Dcomp.lang.python.*
>
>
>
> Anthony
>

Okay, but is python byte-code as safe as compiled Java code for instance?
Are there obfuscation tools for python available? More importantly how much
information can be gathered about the source code from python byte-code?






More information about the Python-list mailing list