Page 1 of 1

New table format is almost done. :D

PostPosted: Mon May 23, 2011 1:01 am
by Bitweasil
It's able to shrink tables to about 40% of their current size, and is much denser (no more null padding in the tables).

:D

I'm working on finishing up full implementation in all the tools - right now, I have some V1 tables hardcoded in places. Once all the tools work with the V2 tables, I'll be making a big release.

Re: New table format is almost done. :D

PostPosted: Wed May 25, 2011 1:09 pm
by kevinkk5
great work! i´m waiting for it :-)

Re: New table format is almost done. :D

PostPosted: Wed May 25, 2011 3:32 pm
by Bitweasil
Hm... looks like a nice memory leak somewhere in the GRTConvert utility... just ran a box way-bad out of RAM.

I've got NTLM gen support included now, and hopefully get the rest of the stuff finished in the next week or so. And, hopefully, Windows support! :D

Re: New table format is almost done. :D

PostPosted: Fri May 27, 2011 12:27 am
by Sc00bz
32*.4 = 12.8 bytes/chain. Hmm so it seems that you are no longer storing the full hash and converted the start point password to a number?

Re: New table format is almost done. :D

PostPosted: Fri May 27, 2011 3:53 am
by Bitweasil
Pretty much right on!

Password is stored as an offset, hash has a selectable number of bits.

Right now, chains have to be byte length. I'm using 13 bytes for the len8 tables.

Re: New table format is almost done. :D

PostPosted: Mon May 30, 2011 2:40 am
by Bitweasil
Most of the bugs, including the memory leak, are squashed :)

Should have this ready to go soon... working on Windows support now.