hashcat Forum
Possible 16 digit combinations - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: Possible 16 digit combinations (/thread-7276.html)



Possible 16 digit combinations - 9kopb - 02-07-2018

hello everyone!

I have hash & I know almost a first half of source string and second half is 16 random digits:

PHP Code:
MD5("Workgroup.U1."+16digits// (0000 0000 0000 0000 - 9999 9999 9999 9999) 

this is correct command?
Code:
./hashcat64.bin -m 0 -a 3 hash Workgroup.U1.?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d 

I'm not a hacker and reading about numbers like 10 quadrillion..oO makes me feel so confused about is it real to calculate or it takes all my lifetime?

Possible 16 digit combinations
10 000 000 000 000 000 (~ 10,000.0t)


RE: Possible 16 digit combinations - Flomac - 02-07-2018

That's doable, depending on your hardware. Might take a few weks/months though.


RE: Possible 16 digit combinations - atom - 02-07-2018

It's a bad attack if you run a Fixed value in the beginning of the "Password". Use -m 20 instead, you will get a speedup of at least 100.