Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90204
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.118 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.77; '*S*': 0.01; 'subject:files': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'https': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'server,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'possibly': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'subject:) ': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'piece': 0.31; 'use?': 0.31; 'anyone': 0.31; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'remote': 0.38; 'does': 0.39; 'skip:u 10': 0.60; 'dave': 0.60; 'middle': 0.60; 'different': 0.65; 'talking': 0.65; '2015': 0.84; 'clearer': 0.84; "it'd": 0.84; 'angel': 0.91; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=O/fXEkvbPbH4B4IdUWI05qfL8vXpNlGhREZZW9G1k2g=; b=OhfX2RYWQgm6DXRFBCwDwG2vxq50t66DGfXSg8J+HVXG+JDVugVfJbVLrTiPM6DQFC zQq9g4/WUOJ6L5DeJuUgy+FujQzc0eR7eD0y8od+lb3J8QNrFbjFGej7ezlUHWuqWtYr yuJppPQt+YewJe19r+tMcZ1/aFhIkjT6ypSu4N5oWurqjf/LQ5mSF3m+mJNGF+KgStPX F5Hpg8YeCAHykQ/9Stx/JV4eMHpLhtln4ZYoUxFb4Dy7qYxJ9cL0sRkV5qdfmxCMkhdn Uq73Q+2aU8hzZgydCtctHxY8HTrqJVXG+nRHe6o4hDAFTspnaR0dYrucYYaq3hPhjFwe SgiA== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.66.172 with SMTP id g12mr1170188igt.34.1431136935751; Fri, 08 May 2015 19:02:15 -0700 (PDT) |
| In-Reply-To | <cr54mgFb88lU1@mid.individual.net> |
| References | <686d08c9-adb7-4f0b-af8d-4d37d9ad4c0e@googlegroups.com> <72bd42d6-6926-44ce-bd6f-956ce40afe08@googlegroups.com> <mii4tu$olm$7@dont-email.me> <mailman.240.1431087248.12865.python-list@python.org> <cr54mgFb88lU1@mid.individual.net> |
| Date | Sat, 9 May 2015 12:02:15 +1000 |
| Subject | Re: (OT) Re: Encrypt python files |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.267.1431136940.12865.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1431136940 news.xs4all.nl 2835 [2001:888:2000:d::a6]:48395 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:90204 |
Show key headers only | View raw
On Sat, May 9, 2015 at 11:03 AM, Gregory Ewing <greg.ewing@canterbury.ac.nz> wrote: > Dave Angel wrote: >> >> It'd be clearer if you used decryptable, since unencryptable has a very >> different meaning. >> >> http://en.wiktionary.org/wiki/unencryptable > > > The meaning is clear, but does that word have a use? > What could a piece of unencryptable data possibly > be like? When you make an HTTPS request to a remote server, both your IP and the server's are unencryptable; anyone in the middle can see who is talking to whom. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Encrypt python files Palpandi <palpandi111@gmail.com> - 2015-05-05 23:37 -0700
Re: Encrypt python files Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-06 16:47 +1000
Re: Encrypt python files David Palao <dpalao.python@gmail.com> - 2015-05-06 08:49 +0200
Re: Encrypt python files Palpandi <palpandi111@gmail.com> - 2015-05-06 00:23 -0700
DRM is self-defeating (was: Encrypt python files) Ben Finney <ben+python@benfinney.id.au> - 2015-05-06 17:41 +1000
Re: DRM is self-defeating (was: Encrypt python files) Chris Angelico <rosuav@gmail.com> - 2015-05-06 18:00 +1000
Re: Encrypt python files Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-06 19:04 +1000
Re: Encrypt python files Emile van Sebille <emile@fenx.com> - 2015-05-06 14:28 -0700
Re: Encrypt python files Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-08 10:59 +0000
Re: Encrypt python files Dave Angel <davea@davea.name> - 2015-05-08 08:13 -0400
(OT) Re: Encrypt python files Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2015-05-09 13:03 +1200
Re: (OT) Re: Encrypt python files Chris Angelico <rosuav@gmail.com> - 2015-05-09 12:02 +1000
Re: Encrypt python files BartC <bc@freeuk.com> - 2015-05-13 14:48 +0100
Re: Encrypt python files Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-08 10:51 +0000
Re: Encrypt python files "M.-A. Lemburg" <mal@egenix.com> - 2015-05-13 15:11 +0200
csiph-web