|
Message-ID: <20150511213817.GA27840@openwall.com> Date: Tue, 12 May 2015 00:38:17 +0300 From: Aleksey Cherepanov <lyosha@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: ./john --test=2xxxxx On Mon, May 11, 2015 at 11:27:25PM +0200, Frank Dittrich wrote: > Options that expect integer values shouldn't allow garbage values. BTW --field-separator-char= option falls back to : silently if there is more than 1 byte of argument. With Latin 'a': $ john --show=left --field-separator-char=a ../../t.pw using field sep char 'a' (0x61) With Cyrillic 'а' in utf-8 (2 bytes but looks like Latin 'a'): $ john --show=left --field-separator-char=а ../../t.pw [...] user:1:$LM$aaaaaaaaaaaaaaaa With 2 Latin 'a': $ john --show=left --field-separator-char=aa ../../t.pw user:1:$LM$aaaaaaaaaaaaaaaa Thanks! -- Regards, Aleksey Cherepanov
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.