|
Message-ID: <4E7906B1.6000502@bredband.net> Date: Tue, 20 Sep 2011 23:33:37 +0200 From: magnum <rawsmooth@...dband.net> To: john-dev@...ts.openwall.com Subject: --encoding=LIST This does not work: $ ../run/john --enc=list Password files required, but none specified ...unless you throw in a couple of dummy options: $ ../run/john --enc=list -stdin -stdout Supported encodings within john are: raw, utf-8, iso-8859-1 (or ansi), koi8-r, cp1251, cp866, cp1252, iso-8859-15, cp437, cp850, cp858, cp737 Easy fix is to move the whole "block" of code that starts at line 465 in options.c, to right before line 331. Seems to work just fine. Should we do this now? I have a couple more encodings pending release anyway so we could ignore this to after J6. 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.