Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 5 Aug 2011 16:52:41 +0200
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: cracking password with more letters.

Hi

 With JTr it's possible to crack passwords with more 8 characters.

 I want JTR able to crack up to 13 characters.

 a-z / A-Z / 0-9 / all symbols / all accent (french -> éèêëàâäôöûü)

 There is something to change in the param.h (then generated a new 
charset .chr with JTR)

#define CHARSET_MIN			'  '  <--- to change
#define CHARSET_MAX			0xFF   <--- to change
#define CHARSET_SIZE			(CHARSET_MAX - CHARSET_MIN + 1)
#define CHARSET_LENGTH			13  <--- to change
#define CHARSET_SCALE			18  <--- to change

 I don't remember what values put.

 Help welcome.

 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.