Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!usenetcore.com!newsfeed.xs4all.nl!newsfeed8.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '(file': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'prevent': 0.20; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'thus': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'data,': 0.27; 'expose': 0.29; 'themselves': 0.29; 'supposed': 0.31; "d'aprano": 0.33; 'received:comcast.net': 0.33; 'recipient.': 0.33; 'steven': 0.33; 'to:addr:python-list': 0.35; 'primarily': 0.35; 'data.': 0.36; 'subject:: ': 0.37; 'received:org': 0.38; 'doing': 0.38; 'things': 0.39; 'whatever': 0.39; 'to:addr:python.org': 0.39; 'data': 0.40; 'charset:windows-1252': 0.65; 'subject:Data': 0.66; 'virus': 0.68; 'protect': 0.74 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Randall Smith Subject: Re: Pure Python Data Mangling or Encrypting Date: Wed, 24 Jun 2015 13:20:07 -0500 References: <558a9649$0$1675$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: c-98-251-140-107.hsd1.ms.comcast.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <558a9649$0$1675$c3e8da3$5496439d@news.astraweb.com> 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1435170024 news.xs4all.nl 2900 [2001:888:2000:d::a6]:55721 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93092 On 06/24/2015 06:36 AM, Steven D'Aprano wrote: > I don't understand how mangling the data is supposed to protect the > recipient. Don't they have the ability unmangle the data, and thus expose > themselves to whatever nasties are in the files? They never look at the data and wouldn't care to unmangle it. The purpose is primarily to prevent automated software (file indexers, virus scanners) from doing bad things to the data. -Randall