Guys how can I make this " 1B036E36EA02B4D4" kind of password, The letter goes from A to F and numbers goes 1-9, its mixed all the way another example " B659E57FA914F0B3 " total is 16 digit. Letters are capital. Any Help please......
keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.
08-22-2013, 01:04 AM (This post was last modified: 08-22-2013, 01:06 AM by philsmd.)
I don't think that with 16 chars it is very clever and fast to generate a wordlist.
Also, depending on the hash mode and your hardware setup, 16 chars may take quite long to bruteforce too
Anyway, the idea is this:
maskprocessor and / or oclHashcat:
./mp32.bin --increment-min=16 --increment-max=16 -1 ?dABCDEF ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
./oclHashcat [mode, hashfile etc] -a 3 -i --increment-min=16 --increment-max=16 -1 ?dABCDEF ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
epixoip was faster
but at least we did think the same way - 16 is too long for wordlist
(08-22-2013, 12:59 AM)epixoip Wrote: keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.
Thank you for the reply, so I am forgetting........this
(08-22-2013, 12:59 AM)epixoip Wrote: keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.
Thank you for the reply, so I am forgetting........this
Thank you 4 the reply. This is my system config. Also I have 2x7990 AMD cards. Is it possible to make it.