|
Message-ID: <20130818165720.GA29318@openwall.com> Date: Sun, 18 Aug 2013 20:57:20 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Parallella: bcrypt Katja, On Sun, Aug 18, 2013 at 08:48:50PM +0400, Solar Designer wrote: > perl -e 'for ($i = 0; $i < 1000000; $i++) { print crypt($i, "\$2a\$04\$012345678901234567890u"), "\n"; }' > pw-bcrypt-1M [...] > I'll upload the 1M file shortly and you may play with that, but I am not > sure what to do about this next. Uploaded to my home dir on "zed": -rw-r--r-- 1 solar solar 61000000 2013-08-18 16:53 pw-bcrypt-1M I am now running: while :; do rm -f john.log john.pot; seq 0 999999 | ./parallella_john.sh -stdin -form=bcrypt-parallella ~/pw-bcrypt-1M > /dev/null; done I guess this will print "1000000g ..." every 10 minutes or so. I'll probably interrupt it soon. Alexander
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.