Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 20 Aug 2012 17:25:53 -0500
From: "jfoug" <jfoug@....net>
To: <john-dev@...ts.openwall.com>
Subject: RE: Was: Re: [john-users] Cracking Gauss using dynamic

Then change the function to this:

DynamicFunc__crypt_md5_in1_to_out2
DynamicFunc__clean_input1
DynamicFunc__append_from_last_output2_as_raw
DynamicFunc__crypt_md5_in1_to_out2
DynamicFunc__clean_input1_kwik
DynamicFunc__append_from_last_output2_as_raw
DynamicFunc__crypt_md5_in1_to_out2

// 9996 more of the:
DynamicFunc__clean_input1_kwik
DynamicFunc__append_from_last_output2_as_raw
DynamicFunc__crypt_md5_in1_to_out2

// then a final
DynamicFunc__clean_input1_kwik
DynamicFunc__append_from_last_output2_as_raw
DynamicFunc__crypt_md5

>From: Matt Weir [mailto:cweir@...edu]
>
>I think I see another problem. I'm working off of the changes Magnum
>just pushed. When I try some of those formats I get an error like:
>
>Benchmarking: dynamic_2033 [128/128 SSE2 intrinsics 32x4x1]... Error,
>DynamicFunc__append2_from_last_output2_as_raw() primitive has not been
>implemented
>
>This error makes sense when I look in src/dynamic_fmt.c
>
>void DynamicFunc__append2_from_last_output2_as_raw()
>{
>        exit(!!fprintf(stderr, "Error,
>DynamicFunc__append2_from_last_output2_as_raw() primitive has not been
>implemented\n")); }
>
>Matt

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.