Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Aug 2015 15:53:26 +0300
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: wpapsk format hash function weirdness

Lukas, Jim, magnum -

Can you explain why we're using seemingly inconsistent sets of hash
functions in wpapsk_fmt_plug.c:

                    {
                                binary_hash_0,
                                fmt_default_binary_hash_1,
                                fmt_default_binary_hash_2,
                                fmt_default_binary_hash_3,
                                fmt_default_binary_hash_4,
                                fmt_default_binary_hash_5,
                                fmt_default_binary_hash_6
                    },

along with

                    {
                                get_hash_0,
                                get_hash_1,
                                get_hash_2,
                                get_hash_3,
                                get_hash_4,
                                get_hash_5,
                                get_hash_6
                    },

If this isn't a bug, then I suggest that we add a comment explaining it.

Alexander

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.