![]() |
|
Message-ID: <000001cb4fc9$d481ac80$7d850580$@net> Date: Wed, 8 Sep 2010 22:50:58 -0400 From: "Robert Harris" <rs904c@...scape.net> To: <john-users@...ts.openwall.com> Subject: RE: patch of JtR's netscreen.py script, now version 2.01 Brad, That seems to work both in python 2.6 and python 3.1.2.3. I didn't know about the sys.version_info command. I kept on getting errors on "m = hashlib.md5(s).digest()", I learned something new with "m = hashlib.md5(s.encode('latin_1')).digest()" Do you want to create the patch, or shall I? -Robert Harris -----Original Message----- From: Brad TIlley [mailto:brad@...ystems.com] Sent: Wednesday, September 08, 2010 8:26 PM To: john-users@...ts.openwall.com Subject: Re: [john-users] patch of JtR's netscreen.py script, now version 2.01 On 09/08/2010 04:40 PM, Robert Harris wrote: > Brad, > > I will look at this shortly and compare/evaluate. > > -robert > OK. Look at the second revision I sent, the first had a small bug with Python version detection.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.