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: 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: References: <686d08c9-adb7-4f0b-af8d-4d37d9ad4c0e@googlegroups.com> <72bd42d6-6926-44ce-bd6f-956ce40afe08@googlegroups.com> Date: Sat, 9 May 2015 12:02:15 +1000 Subject: Re: (OT) Re: Encrypt python files From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sat, May 9, 2015 at 11:03 AM, Gregory Ewing 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