Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Jun 2012 00:50:47 +0000 (UTC)
From: donovan <contact.newangels@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: SSHA / SHA256 BASE64 on 1.79-5

Stephen John Smoogen <smooge@...> writes:

> 
> On 24 June 2012 16:25, newangels newangels
> <contact.newangels@...> wrote:
> > @ Stephen
> >
> > Thank you for your time & effort's
> >
> > @Jean Michel
> >
> > Thanks for your help & script, unfotunately when i run it on terminal
> > ( MAC), it's never ended....i finaly make ctrl-C & got this message :
> 
> You need to do something like:
> 
> cat my-old-file | python ./p.py > my-new-file
> 
> Or depending on the shell
> 
> python ./p.py < my-old-file > my-new-file
> 
> THe script takes stuff from a pipe or command line
> 
Hi again

Thank you so much for your help,

Well done, that's work, but work 1/2

the first command work well ( with pipe )

but at the midle of the process, that's crash

Here the error :

************************

new-host:a xxx$ cat hashes.txt | python ./p.py > file.txt
Traceback (most recent call last):
  File "./p.py", line 9, in <module>
    print "$SHA256$" + base64.b64decode(line).encode("hex")
  File
"/System/Library/Frameworks/Python.framework/
Versions/2.7/lib/python2.7/base64.py",
line 76, in b64decode
TypeError: Incorrect padding

************************

Anyway, i just whant to confirm on the part i win to decode, that's work's
perfectly : ./john --format=raw-sha256 file.txt

It's SLOW but working good !!

THANKS AGAIN to all of you

Regards,

Donovan

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.