Best way to tackle bcrypt
#1
In your opinion, what's the best way to tackle bcrypt with a cost of 12 (ie $2a$12$...)?
While I think using the GPU would the best choice when we deal with dictionary + rules attacks, what about when you try something easier?
For example bruteforce for digits only passwords or very short ones?
Is the GPU still the best tool or in such cases we should fallback on CPU?

Any thoughts on that?


Messages In This Thread
Best way to tackle bcrypt - by vladimir125 - 08-20-2015, 03:53 PM
RE: Best way to tackle bcrypt - by FlippingGerman - 08-20-2015, 05:15 PM
RE: Best way to tackle bcrypt - by KillerCube - 08-21-2015, 01:32 AM
RE: Best way to tackle bcrypt - by atom - 08-23-2015, 12:23 PM
RE: Best way to tackle bcrypt - by Repentance - 08-26-2015, 01:36 PM
RE: Best way to tackle bcrypt - by epixoip - 08-27-2015, 12:04 AM