Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90043
| References | <1430900676.98833.BPMail_high_carrier@web163803.mail.gq1.yahoo.com> |
|---|---|
| Date | 2015-05-06 19:25 +1000 |
| Subject | Re: DRM is self-defeating (was: Encrypt python files) |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.165.1430904343.12865.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: DRM is self-defeating (was: Encrypt python files) Chris Angelico <rosuav@gmail.com> - 2015-05-06 19:25 +1000
csiph-web