Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 26 Feb 2011 00:54:08 +0100
From: magnum <rawsmooth@...dband.net>
To: john-users@...ts.openwall.com
Subject: Re: md5_gen(0) broken for ages?

On 02/25/2011 04:50 PM, jfoug wrote:
> I think this will fix it.
>
> In the rawMD5go_fmt.c in the 'init()' function:
>
>   static void rawmd5_init(void)
>   {
>   	md5_gen_RESET_LINK(&fmt_rawMD5go, Convert(Conv_Buf,
> rawmd5_tests[0].ciphertext), "raw-md5");
>   	fmt_rawMD5go.methods.binary = rawmd5_binary;
> -	fmt_rawMD5go.methods.salt = fmt_default_salt;
> +	fmt_rawMD5go.methods.salt = fmt_MD5gen.methods.salt;
>   }

Tried it. It doesn't seem to fix my problem:

$ ./john-jumbo12E1-intr-fix test.rawmd5 -fo:raw-md5 -si
Using raw-md5 mode, by linking to md5_gen(0) functions
Loaded 33837 password hashes with 489 different salts (Raw MD5 [gen])

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.