You could always pass your code through cython which will compile the
python code to C code and create compiled extensions of your py files.
That should be pretty difficult to reverse engineer.

On Fri, Feb 6, 2015 at 10:59 PM, Patrick Stinson <patrickk...@gmail.com>
wrote:

> I know this has been asked (sort of) before, but I haven’t seen any
> conclusive info about it.
>
> I am distributing a commercial application and want to obscure the source
> in library.zip when using cx_freeze? Is this possible? Obfuscation would
> probably be fine with python, but I’d prefer if it was encrypted.
>
> Thank you so much!
>
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to