Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 6 Feb 2008 10:09:17 -0500
From: "Steve ......" <lynx.9595@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Joomla password hashes (was: identify this hash..)

Im a little confused.. so I would have to add that below line for line to my
john.conf and run john wait a couple days then modify it again changing it
line by line run john on another hash?.. sounds like a lot of work and time.
is it completely pointless to run john on the hash itself leaving out the
salt?..
Steve.


> [List.External:Joomla]
> void filter()
> {
>        int i;
>
> // Find end of "word"
>        i = 0; while (word[i]) i++;
>
> // Hard-coded salt from
> http://www.openwall.com/lists/john-users/2008/02/01/1
>        word[i++] = 'R';
>        word[i++] = 'i';
>        word[i++] = 'y';
>
>

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.