Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!81.171.88.16.MISMATCH!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.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.141 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.74; '*S*': 0.02; ';-)': 0.03; '-tkc': 0.16; 'digits.': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'hackers': 0.16; 'received:174.136': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'later': 0.20; 'url:status': 0.24; 'looks': 0.24; 'header :In-Reply-To:1': 0.27; "i'm": 0.30; 'no,': 0.35; 'google': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'possible': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'card.': 0.60; 'tell': 0.60; 'skip:* 10': 0.61; 'first': 0.61; 'talking': 0.65; 'atm': 0.68; 'smith': 0.68; 'subject:Hello': 0.72; 'million': 0.74; 'discover': 0.82; 'verification': 0.83; 'shocked': 0.91; 'subject:World': 0.91 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1421552935046:2022828879 X-MC-Ingress-Time: 1421552935045 Date: Sat, 17 Jan 2015 21:50:54 -0600 From: Tim Chase To: python-list@python.org Subject: Re: Hello World In-Reply-To: References: <54957226$0$12975$c3e8da3$5496439d@news.astraweb.com> <54ba76e0$0$15897$e4fe514c@dreader35.news.xs4all.nl> <54baa4b1$0$15857$e4fe514c@dreader35.news.xs4all.nl> <54bb1c83$0$12979$c3e8da3$5496439d@news.astraweb.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Importance: low X-Priority: 5 (Lowest) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AuthUser: tim@thechases.com 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421557595 news.xs4all.nl 2921 [2001:888:2000:d::a6]:57217 X-Complaints-To: abuse@xs4all.nl X-Received-Body-CRC: 981560977 X-Received-Bytes: 3726 Xref: csiph.com comp.lang.python:83967 On 2015-01-17 22:18, Roy Smith wrote: > Tell me about it. I have an E-Trade ATM card. When I first got > it, I set it up with a 6 digit PIN. I was shocked to discover some > time later that it actually only looks at the first 4 digits. And, > no, I'm not talking *characters*, I'm talking *digits*. There are > 10**4 possible PINs. The mind boggles. You think that's bad, one million Google Authenticator 2-factor verification codes were leaked: https://twitter.com/paulmutton/status/509991378647277568 Those hackers are a wily bunch. ;-) -tkc