Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 17 Jul 2013 00:24:20 +0200
From: Katja Malvoni <kmalvoni@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Parallella: bcrypt

Hi Alexander,

On Tue, Jul 16, 2013 at 4:48 PM, Solar Designer <solar@...nwall.com> wrote:

> [...]
> Somehow printing of the status line on keypress does not work when
> running the bcrypt-parallella format.  Why is that?  Can you fix it?
> [...]
>

I looked at this and in tty_getchar() key press is never detected so
event_status is never set to 1. After cracking finishes all characters
appear in command line. In tty_init() "if (tcgetpgrp(fd) != getpid())" is
true and fd is closed so nothing is read in tty_getchar().
I also tried --stdin mode, works for bcrypt and bcrypt-parallella, I
haven't tried other formats but they should work.

Katja

Content of type "text/html" skipped

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.