Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; '22,': 0.09; 'cc:addr :python-list': 0.11; 'wrote': 0.14; 'did.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'bit': 0.19; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'included': 0.31; 'code': 0.31; 'worked': 0.33; '(i.e.': 0.33; 'received:google.com': 0.35; 'c++': 0.36; 'project': 0.37; 'level': 0.37; 'implement': 0.38; 'decided': 0.64; 'more': 0.64; 'smith': 0.68; 'subject:Hello': 0.72; 'heh.': 0.84; 'subject:World': 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=V7wIKlwC6BGLuv7ZAsby30hXtXy4OE8stgtj4a3SBAs=; b=lPE0Ds4fi01b425jn4qseHlnjxw3PUAJYmcztCausvIQb7yRuNY6j1/q4jfao7jDWt U2EDtBDN1rosQSO84ob6fa47i6VjKNYipp5xc1sNmBQiPYrBCNow98k+KN/j7oybnGk/ BOtfGSoCDKBf5BTQFCfDek81Ng9IFeKynlTtUK9cPi0XRK7/vEj6cV7jnR6NPZfYI/Wb xQ5XMWwJYHzoH4UREo1mrruzTVm8bbb1kMAtzNBlN3pRSKqp182ZUP2jG8vEJ4fBjLkr ICCFl7uqfnnT3UTK5V59SzeLnOzNwlg6I32Td8DTgI2WlbLH3HPKuilMQjlkEBiBWTWr n4Jg== MIME-Version: 1.0 X-Received: by 10.107.136.92 with SMTP id k89mr18392436iod.43.1419207012388; Sun, 21 Dec 2014 16:10:12 -0800 (PST) In-Reply-To: References: <54957226$0$12975$c3e8da3$5496439d@news.astraweb.com> <54971df7$0$30820$b1db1813$ba2d9d20@news.astraweb.com> <54974ed7$0$12986$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 22 Dec 2014 11:10:12 +1100 Subject: Re: Hello World 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.15 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: 1419207020 news.xs4all.nl 2850 [2001:888:2000:d::a6]:51393 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82728 On Mon, Dec 22, 2014 at 10:50 AM, Roy Smith wrote: > Heh. I once worked on a C++ project that included its own crypo code > (i.e. custom implementations of things like AES and SHA-1). The person > who wrote some particular bit of the code had decided that deliberately > obfuscating the function and variable names would somehow make it more > secure, so that's what he did. > > The mind boggles. At so many levels. Level 0: Why implement your own crypto?!? ChrisA