|
It is currently 30 Jul 2010, 12:00
|
View unanswered posts | View active topics
 |
|
 |
|
| Author |
Message |
|
woverin
|
Post subject: perfect rainbow table Posted: 16 Jan 2008, 20:46 |
Joined: 04 Dec 2007, 09:10 Posts: 5
|
|
I generate a set of alpha-numeric 1-8 mysqlsha1 table with winrtgen. How can i make a perfect version ? Is there a way to convert tables that produced by winrtgen to perfect version?
| Last edited by _haxxor_ on 17 Oct 2008, 20:29, edited 1 time in total. |
| Reason: This is a freerainbowtables.com "brand" so I think it deserves a sticky ( good work Sc00bz ! ) |
|
|
|
|
 |
|
Tristan
|
Post subject: Re: perfect rainbow table Posted: 18 Feb 2008, 08:31 |
| Site Admin |
 |
Joined: 18 Oct 2007, 12:42 Posts: 186
|
|
I can't be sure without doing the math, but I'm pretty sure that's infeasible with one PC. Plus, making perfect tables requires the generation of 10 times as much data. Or is it 100? I can't recall.
|
|
|
|
 |
|
PowerBlade
|
Post subject: Re: perfect rainbow table Posted: 18 Feb 2008, 10:00 |
Joined: 11 Oct 2007, 21:17 Posts: 1218 Location: Copenhagen, Denmark
|
woverin wrote: I generate a set of alpha-numeric 1-8 mysqlsha1 table with winrtgen. How can i make a perfect version ?
Using my tool rtperfect woverin wrote: Is there a way to convert tables that produced by winrtgen to perfect version? Yes, but all the files has to be in the same table index (eg _0_), which is NOT the default in winrtgen. You should also know that perfecting a rainbowtable makes the success % drop, and you have to generate a lot more chains to correct for that.
|
|
|
|
 |
|
pointp
|
Post subject: Re: perfect rainbow table Posted: 18 Feb 2008, 12:39 |
Joined: 18 Oct 2007, 19:30 Posts: 323
|
|
I've the same problem with my lm (alpha-numeric-symbol14) RT set :s Can't foud how to turn it into perfect RT.
|
|
|
|
 |
|
alone
|
Post subject: Re: perfect rainbow table Posted: 18 Feb 2008, 20:17 |
Joined: 22 Oct 2007, 19:07 Posts: 66
|
|
hi all!
Where can i find our tools (rtperfect)? thx Alone
|
|
|
|
 |
|
OverlordQ
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 04:33 |
Joined: 07 Mar 2008, 04:32 Posts: 1
|
alone wrote: hi all!
Where can i find our tools (rtperfect)? thx Alone Bump. Any chance on bribing you to share PowerBlade? I'm too lazy to code it up myself lol.
|
|
|
|
 |
|
PowerBlade
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 08:21 |
Joined: 11 Oct 2007, 21:17 Posts: 1218 Location: Copenhagen, Denmark
|
Yes, i will share it.. soon. 
|
|
|
|
 |
|
PowerBlade
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 08:34 |
Joined: 11 Oct 2007, 21:17 Posts: 1218 Location: Copenhagen, Denmark
|
|
|
|
 |
|
Sc00bz
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 10:59 |
Joined: 03 Dec 2007, 11:37 Posts: 725
|
|
rtperfect can be made to do 14 times less 64 bit compares for tables with 220 files and 1.5 times less 64 bit compares for tables with 10. If you implement a min heap instead of a linear search.
_________________ http://www.tobtu.com/
|
|
|
|
 |
|
PowerBlade
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 11:08 |
Joined: 11 Oct 2007, 21:17 Posts: 1218 Location: Copenhagen, Denmark
|
Sc00bz wrote: rtperfect can be made to do 14 times less 64 bit compares for tables with 220 files and 1.5 times less 64 bit compares for tables with 10. If you implement a min heap instead of a linear search. Your welcome to do a patch to the code 
|
|
|
|
 |
|
Sc00bz
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 11:29 |
Joined: 03 Dec 2007, 11:37 Posts: 725
|
|
Actually I was going to as soon as I post this thing on key spaces. It'll probably be here in a few hours.
_________________ http://www.tobtu.com/
|
|
|
|
 |
|
christiaan_c
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 11:32 |
Joined: 27 Feb 2008, 23:54 Posts: 7 Location: Niewegein, The Netherlands
|
|
Hi everyone,
I got a question, if you use rtperfect to make perfect tables and you need to generate more tables too get a higher succes rate, how do you know the succes rate after perfecting the tables? and how do you know if you have enough 'normal ' tables?
If you have 'normal' tables with a succes rate of 99,99%, how do you know what the % is after perfecting them?
thnx Christiaan
|
|
|
|
 |
|
Sc00bz
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 11:54 |
Joined: 03 Dec 2007, 11:37 Posts: 725
|
christiaan_c wrote: Hi everyone,
I got a question, if you use rtperfect to make perfect tables and you need to generate more tables too get a higher succes rate, how do you know the succes rate after perfecting the tables? and how do you know if you have enough 'normal ' tables?
If you have 'normal' tables with a succes rate of 99,99%, how do you know what the % is after perfecting them?
thnx Christiaan Well I just posted this http://www.freerainbowtables.com/phpBB3/viewtopic.php?f=2&t=264 or you could look for a RT calculator. Side note I just noticed that I got "patches welcome" 
_________________ http://www.tobtu.com/
|
|
|
|
 |
|
christiaan_c
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 17:09 |
Joined: 27 Feb 2008, 23:54 Posts: 7 Location: Niewegein, The Netherlands
|
|
I used the rtperfect tool, but if I want to use the perfect tables I get the error, in cain or rcrack, rainbow chain lenght verify failed, I tried sorting the perfect tables but it doesn't seem to help.
BTW: sc00bz thnx for your excel sheet i will take a look at it
|
|
|
|
 |
|
PowerBlade
|
Post subject: Re: perfect rainbow table Posted: 07 Mar 2008, 20:02 |
Joined: 11 Oct 2007, 21:17 Posts: 1218 Location: Copenhagen, Denmark
|
|
The tables you perfect, do they all have the same index number? (eg _0_ or _1_) They MUST have the same index number
|
|
|
|
 |
|
|
 |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|