Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90043 > unrolled thread

Re: DRM is self-defeating (was: Encrypt python files)

Started byChris Angelico <rosuav@gmail.com>
First post2015-05-06 19:25 +1000
Last post2015-05-06 19:25 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: DRM is self-defeating (was: Encrypt python files) Chris Angelico <rosuav@gmail.com> - 2015-05-06 19:25 +1000

#90043 — Re: DRM is self-defeating (was: Encrypt python files)

FromChris Angelico <rosuav@gmail.com>
Date2015-05-06 19:25 +1000
SubjectRe: DRM is self-defeating (was: Encrypt python files)
Message-ID<mailman.165.1430904343.12865.python-list@python.org>
On Wed, May 6, 2015 at 6:24 PM, Albert-Jan Roskam via Python-list
<python-list@python.org> wrote:
>>The only feasible solution is to distribute files only to those
>>recipients you want to have them, and can trust to do with them as you
>>ask. If you don't trust a recipient, don't hand the files to them.
>
> Can tools like py2exe or cx_freeze also be used to obfuscate python source code?

But barely. At very worst, you suppress your comments and variable
names, but all your actual functionality is all there still - it has
to be, or it won't run.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web