MD5 hash , basic question
#4
it has just digits 0-9


(11-22-2020, 01:20 AM)qaksmmnvkpjv Wrote: Aside from the fact that hashcat hasn't implemented this. You haven't stated what the "code" is. Is it just digits I.e. 0123456789? Lower case letters? Upper case letters? Special characters? Any valid 8bit byte value? A dictionary word. Some combination of what was just stated? Something else?

Let's assume you meant alphanumeric: 26 lower + 26 upper + 10 digits = 62. And there are 6 characters you can choose for each spot with replacement I.e. 62 to the power of 6 = 56,800,235,584 possibilities. A gtx 1080 can guess at a rate of 25 billion passwords per second for plain md5. 10,000 iterations means it'll be 10,000 times slower I.e. pps 2.5 million. 62**6/2.5e6 = ~6.3 hours.

I wouldn't expect all students to have a $600+ video card available to them, so this doesn't sound like a homework problem based on the difficulty, or there's some critical information in your assignment that you're leaving out.
Reply


Messages In This Thread
MD5 hash , basic question - by nebunulp1 - 11-21-2020, 08:18 PM
RE: MD5 hash , basic question - by undeath - 11-22-2020, 12:55 AM
RE: MD5 hash , basic question - by qaksmmnvkpjv - 11-22-2020, 01:20 AM
RE: MD5 hash , basic question - by nebunulp1 - 11-22-2020, 11:05 AM
RE: MD5 hash , basic question - by qaksmmnvkpjv - 11-22-2020, 05:45 PM
RE: MD5 hash , basic question - by nebunulp1 - 11-22-2020, 07:16 PM