Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.125 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.00; 'subject:Python': 0.06; 'suggest': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hashes': 0.16; 'personally,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'list:': 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; 'option.': 0.31; 'anyone': 0.31; 'file': 0.32; 'figure': 0.32; 'text': 0.33; 'url:python': 0.33; 'plain': 0.33; "i'd": 0.34; 'could': 0.34; 'subject:with': 0.35; 'editor': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'depends': 0.38; 'nov': 0.38; 'to:addr:python- list': 0.38; "couldn't": 0.39; 'use.': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'either': 0.39; 'url:mail': 0.40; 'how': 0.40; 'read': 0.60; 'news': 0.67; '26,': 0.68; 'email,': 0.69; 'emails,': 0.69; 'emails.': 0.78; 'laid': 0.84; '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:content-transfer-encoding; bh=+ZLXM3/PpdvXuZtC/tLj61hTEsH7C5xp+422XHUwnbI=; b=jXitx8yN4YxLmlms8s29zJdJw+39KMFGMJcVpQLrHh4VdZ20gx599SneBL5IIRxUGH +hYKKobQOvpEpvAPlWUDxKV/FRJWYhU9fdHZvKtEwc6vLHXOcvXf+N4isOVnE+p0KKcD +I7FFJX0+4cMRzdMnIy49/XCRvhcW6k4/LGzdPYJcxxCsRMfniwc6zjuPqnAy6eMbR5J NcIR9yZ9jniTYZWPK/ZODD1nDQY/CF6w09nSkIeuZVVFdai8K2oHdvAPuuktIECDDC3D wMitDO7yNskace/rAiGhYt7or9xw7WZG2LhxiROOuUzBXUClGTNTns+4jQlEmHIITdHh Mk9A== MIME-Version: 1.0 X-Received: by 10.66.161.166 with SMTP id xt6mr4424983pab.169.1385425180838; Mon, 25 Nov 2013 16:19:40 -0800 (PST) In-Reply-To: <8dd53a12-46d7-4794-8f2e-fb88663b7f35@googlegroups.com> References: <0a4ae59b-fff8-40dd-b264-823ea596ad82@googlegroups.com> <8dd53a12-46d7-4794-8f2e-fb88663b7f35@googlegroups.com> Date: Tue, 26 Nov 2013 11:19:40 +1100 Subject: Re: Cracking hashes with Python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385425190 news.xs4all.nl 15971 [2001:888:2000:d::a6]:44717 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60474 On Tue, Nov 26, 2013 at 11:01 AM, TheRandomPast w= rote: > Hi, thanks for replying. I don't like google groups layout either I was j= ust unsure as to what to use. I already have some code on the go I just cou= ldn't figure out the best way to do what I wanted to do so I thought I'd as= k and see if anyone could point me in the right direction. I *have* to down= load them, i know how many there are because I used a text editor to find t= hem. > > What client do you suggest I use instead of google groups? Personally, I use the mailing list: https://mail.python.org/mailman/listinfo/python-list You can sign up by email, read the emails, respond to emails. Alternatively, look for a news client for your platform - Mozilla Thunderbird is a popular option. Downloading the hashes from the web site depends a bit on how they're formatted. Do you get a plain text file with one per line? Are they given in hex? How is it all laid out? ChrisA