DS2432 brute force
#4
as long as you expect the password to only consist of valid ascii characters with no specials or control characters the password should be bruteforced within some days using a recent gpu. But if you expect it to consists of full range UTF-8 characters (which is unlikely for normal passwords) you might not need the password anymore after is has been recovered Wink

Only problem is oclhashcat-lite only supporting passwords up to 55 chars (bytes). So you will need to use some other gpu based hash cracker for this job. (which will not be as fast as hashcat)


Messages In This Thread
DS2432 brute force - by Coragem - 12-08-2011, 02:29 AM
RE: DS2432 brute force - by undeath - 12-08-2011, 03:43 AM
RE: DS2432 brute force - by Coragem - 12-08-2011, 03:46 AM
RE: DS2432 brute force - by undeath - 12-08-2011, 04:14 AM
RE: DS2432 brute force - by atom - 12-08-2011, 10:42 AM
RE: DS2432 brute force - by Coragem - 12-08-2011, 05:03 PM