Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 14 Jun 2011 17:09:41 +0200
From: Ɓukasz Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: add support for cracking RAR archive passwords [GSoC
 first cut]

I found that in Dhiru's code:

set_key(char *key,int index){
   int saved_key_length=strlen(key);
   if( strlen(key)>PLAINTEXTLENGTH)
      saved_key_length=PLAINTEXTLENGTH;
...
}
Alexander, magnum is it ok with JtR's official rules?
It's better to let JtR "crack" that key or maybe it should just do
exit() with a proper information?

Just asking.
Lukas

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.