Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 22 Mar 2010 17:17:12 +0100
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: raw-md5 from unicode string

On Mon, 22 Mar 2010 16:09:41 +0100, drobik wrote:
> Hello list,
> 
> is possible to use JtR to get password from raw-md5 hash, when md5
> hash is computed from unicode string ?
> 
> I tried to solve this problem by using external rule (to insert \x00
> after every char), but it doesn't work.
> It looks like \x00 works as string terminator for JtR in this case.
> 
> External rule:
> 	word[1] = 0;
> 	word[2] = word[1]
> 	word[3] = 0;
> 	word[4] = word[2]
> 	word[5] = 0;
> 	word[6] = word[3]
> 	word[7] = 0;
> 	word[8] = word[4]
> 	word[9] = 0;
> 	word[10] = word[5]
> 	word[11] = 0;
> 	word[12] = word[6]
> 	word[13] = 0;
> 	word[14] = word[7]
> 	word[15] = 0;
> 	word[16] = word[8]
> 	word[17] = 0;
> 


 Hi Robert

 I use JTR with OS X, my wordlist, my terminal, my hashlist are UTF-8 
encoded, all hashes are found, even password with special local letters 
such as "é" "è" "ô" etc...
 If you use incremental mode (-i:) with special letter you have to 
modify params.h (check old post from this list for more info) and 
generate a new charset .

 W.A.

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.