Do different types of hashes take varying amounts of time to crack?
#3
(02-22-2016, 09:38 PM)Flomac Wrote: The simple answer is yes. The hash has a lot to do with it. With simple types of hashes you can get billions of tries per second (thats why they're called fast hashes e.g. MD5, NTLM), but with more secure ones you fall back into millions, thousands or even hundreds (e.g. WPA, bcrypt).

You can perform a benchmark with your card (option -b) and see how fast it'll be at which type of hash.

Thank you Flomac for getting back to me so quickly Smile That's very interesting and good to know


Messages In This Thread
RE: Do different types of hashes take varying amounts of time to crack? - by Oddysee - 02-22-2016, 09:56 PM