Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 24 Jun 2012 18:00:14 -0600
From: Stephen John Smoogen <smooge@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: SSHA / SHA256 BASE64 on 1.79-5

On 24 June 2012 16:25, newangels newangels <contact.newangels@...il.com> 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



-- 
Stephen J Smoogen.
"The core skill of innovators is error recovery, not failure avoidance."
Randy Nelson, President of Pixar University.
"Years ago my mother used to say to me,... Elwood, you must be oh
so smart or oh so pleasant. Well, for years I was smart. I
recommend pleasant. You may quote me."  —James Stewart as Elwood P. Dowd

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.