|
|
Message-ID: <4D6D417D.7040009@bredband.net>
Date: Tue, 01 Mar 2011 19:57:01 +0100
From: magnum <rawsmooth@...dband.net>
To: john-users@...ts.openwall.com
Subject: Re: MD5 Generic improvements
On 03/01/2011 05:04 PM, bartavelle wrote:
> This doesn't seem to work for me :
> Loaded 1593941 password hashes with 42272 different salts ( md5_gen(0):
> md5($p) (raw-md5) [128x1 (MD5_Go)])
>
Sorry, you are right. How weird, I thought I tested the early-release-02
yesterday but it seems I only tried the manual fix posted in the bug
thread. That one did work.
$ ./john test.rawmd5 -fo:md5-gen -sub:md5_gen\(0\) -si
Loaded 32056 password hashes with 10875 different salts ( md5_gen(0):
md5($p) (raw-md5) [SSE2 10x4x3 (intr)])
$ ./john test.rawmd5 -fo:raw-md5 -si
Using raw-md5 mode, by linking to md5_gen(0) functions
Loaded 32056 password hashes with 93 different salts (Raw MD5 [gen])
They don't even agree on the number of salts :)
This is with early-release-2, intrinsics-2, intrinsics-fixes-2 and the
following fix for the latter:
@@ -95,5 +95,5 @@ 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;
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.