2009/4/25 Dotan Cohen <[email protected]>: >> Minimum time track = recreate the document from scratch. >> From a previous responder Jonathan: >> QUOTE >> >> Source code at >> http://www.oooforum.org/forum/viewtopic.phtml?t=23014&highlight=password+cracker >> >> 125 passwords checked per second. >> Number of possible passwords is k^n. >> n = number of characters used in the password; >> k = number of glyphs that can be used; >> >> Macro is at >> http://sourceforge.net/project/showfiles.php?group_id=87718&package_id=173080 >> >> You might be waiting a very long time. >> > > That sounds reasonable. 72 characters (alphanum+symbols) ^ 10 > characters comes out to about 100 million years.
How did you et to that result? When I calculated it the result was a little bit more than 949 million years: 72^10/125/3600/24/365.24 Result: 949,123823864e+6 Calculated with: gcalctool 5.24.1 J.R. > > -- > Dotan Cohen > > http://what-is-what.com > http://gibberish.co.il > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > <div><br></div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
