Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 20 Aug 2015 12:10:29 +0200
From: Frank Dittrich <frank.dittrich@...lbox.org>
To: john-dev@...ts.openwall.com
Subject: Re: Johnny v2.1 and beyond

On 08/18/2015 04:30 PM, Mathieu Laprise wrote:
> 2) Do we hardcode the format based on the latest jumbo or ... ?

For jumbo, either

./john --list=formats

or

./john --list=format-details |cut -f 1

will provide the complete list of formats.

./john --list=format-details will list the individual dynamic formats,
while ./john --list=formats will just mention "dynamic".


For core, you would have to parse the usage output:

--format=NAME              force hash type NAME:
descrypt/bsdicrypt/md5crypt/
                           bcrypt/LM/AFS/tripcode/dummy/crypt

Frank

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.