Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60569

Re: Cracking hashes with Python

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.052
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'subject:Python': 0.06; 'dig': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guessing': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'australian': 0.19; 'solution.': 0.20; 'header:In-Reply-To:1': 0.27; 'tim': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'url:wiki': 0.31; 'url:wikipedia': 0.31; '(i.e.': 0.33; 'problem': 0.35; 'subject:with': 0.35; "can't": 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'too': 0.37; 'nov': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'up,': 0.60; 'lazy': 0.91; '2013': 0.98
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:to :content-type; bh=tQeXk2WsuiasqbYCNQtRNENKG5XIw7uVsk+NrF/KSL0=; b=EVXb1boP/IwwNrOkclpykTgDJza3IgS9k6pKLHDvdArKD9jvMTIXLCMG20xkjlTSzm zKtgpZ3i0VjRLVfFZVaM5F2ibG2WfJywgMkfYermXLYtcugeazgsAjOVDvbV3cbQspmk fVzChVaAXUSyNz1+G1J4gSNC57rPm5NwRf+xalykbRS4Xh2MdpqNcxySke4EbW39qkkV zwFVt7Yam9IkiTdR7nw+RCzwf7o0mPQUpLQGdMniXlhT2/zRI4dinkLGjy6WR1rJ0yzg N9i9qliMFK6oDr+cZqWbP5dEGrFBkgeOF7P8FfEuTNN3O7oKTgLo4PEvRSr4DGcUTc7S PNUA==
MIME-Version 1.0
X-Received by 10.67.21.226 with SMTP id hn2mr39292202pad.69.1385521083167; Tue, 26 Nov 2013 18:58:03 -0800 (PST)
In-Reply-To <CAN8CLg=s3TvPx2+AAyOWswLwgg9acsE12GCH4j+wC+9ATh7gAg@mail.gmail.com>
References <0a4ae59b-fff8-40dd-b264-823ea596ad82@googlegroups.com> <52940dbe$0$11089$c3e8da3@news.astraweb.com> <mailman.3215.1385438789.18130.python-list@python.org> <2a8225b8-da33-4db4-b83b-dcbd8a619f6c@googlegroups.com> <l72oj3$ghd$2@dont-email.me> <CAMp65DW=T3ed9V5SMUqT5AbFT2mhx+AFkvp0vqFw5_aJsY4neA@mail.gmail.com> <l73gf4$o45$1@ger.gmane.org> <CAPTjJmpcF==ZSKTr5_0wukhqWm2iNv31LpF0pL_dzbwWOCc-og@mail.gmail.com> <CAN8CLg=s3TvPx2+AAyOWswLwgg9acsE12GCH4j+wC+9ATh7gAg@mail.gmail.com>
Date Wed, 27 Nov 2013 13:58:03 +1100
Subject Re: Cracking hashes with Python
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.3274.1385521086.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1385521086 news.xs4all.nl 15916 [2001:888:2000:d::a6]:42034
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:60569

Show key headers only | View raw


On Wed, Nov 27, 2013 at 1:55 PM, Tim Delaney
<timothy.c.delaney@gmail.com> wrote:
> Before I go look it up, I'm guessing that the etymology of "stumped" is
> actually coming from the problem of a plough getting stuck on a stump (i.e.
> can't progress any further). Not much of an issue anymore since the
> invention of the stump-jump plough:
> https://en.wikipedia.org/wiki/Stump-jump_plough
>

Australian inventiveness! We were too lazy to dig out the stumps
before ploughing, so we came up with a solution.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Cracking hashes with Python TheRandomPast <wishingforsam@gmail.com> - 2013-11-25 15:32 -0800
  Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-26 10:47 +1100
    Re: Cracking hashes with Python TheRandomPast <wishingforsam@gmail.com> - 2013-11-25 16:01 -0800
      Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-26 11:19 +1100
  Re: Cracking hashes with Python Steven D'Aprano <steve@pearwood.info> - 2013-11-26 02:55 +0000
    RE: Cracking hashes with Python Frank Cui <ycui@outlook.com> - 2013-11-25 23:46 -0300
      Re: Cracking hashes with Python TheRandomPast <wishingforsam@gmail.com> - 2013-11-26 02:30 -0800
        Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-26 21:39 +1100
        Re: Cracking hashes with Python "TheRandomPast ." <wishingforsam@gmail.com> - 2013-11-26 11:46 +0000
        Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-26 23:48 +1100
        Re: Cracking hashes with Python Robert Kern <robert.kern@gmail.com> - 2013-11-26 13:00 +0000
        Re: Cracking hashes with Python "TheRandomPast ." <wishingforsam@gmail.com> - 2013-11-26 14:18 +0000
          Re: Cracking hashes with Python Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-26 18:33 +0000
        Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-27 01:46 +1100
        Re: Cracking hashes with Python "TheRandomPast ." <wishingforsam@gmail.com> - 2013-11-26 15:13 +0000
        Re: Cracking hashes with Python Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-26 18:17 +0000
          Re: Cracking hashes with Python "TheRandomPast ." <wishingforsam@gmail.com> - 2013-11-26 23:06 +0000
          Re: Cracking hashes with Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-27 01:04 +0000
          Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-27 13:28 +1100
          Re: Cracking hashes with Python Tim Delaney <timothy.c.delaney@gmail.com> - 2013-11-27 13:55 +1100
          Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-27 13:58 +1100
          Re: Cracking hashes with Python "TheRandomPast ." <wishingforsam@gmail.com> - 2013-11-27 12:40 +0000
            Re: Cracking hashes with Python Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-27 21:18 +0000
          Re: Cracking hashes with Python Chris Angelico <rosuav@gmail.com> - 2013-11-28 00:27 +1100
          Re: Cracking hashes with Python MRAB <python@mrabarnett.plus.com> - 2013-11-27 17:44 +0000

csiph-web