Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 10 Jun 2012 22:08:39 +0200
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: External mode: keyboard

On 06/10/2012 10:04 PM, magnum wrote:
> On 06/10/2012 09:56 PM, Solar Designer wrote:
>> In addition to the almost comprehensive response by Frank (thanks!),
>> please take a look at this posting about an issue with 8-bit char
>> literals in external modes and especially in Keyboard:
>>
>> http://www.openwall.com/lists/john-users/2012/06/10/6
>>
>> Summary: you either need to avoid 8-bit char literals (use the numeric
>> ASCII codes instead, as Frank suggested) or you need to apply one of the
>> workarounds suggested in that message: "& 0xff" on the three
>> references to k[] (in john.conf) or edit the two instances of "value =
>> c_getchar(1)" to "value = (unsigned char)c_getchar(1)" in c_getint()
>> (in compiler.c).
>
> You got the wrong URL there. I'm not sure exactly which you meant, but
> this one mentions the patches:
>
> http://www.openwall.com/lists/john-dev/2012/02/09/11

Or maybe this is better for this issue:

http://www.openwall.com/lists/john-users/2012/02/26/2

magnum


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.