How many combinations?
#1
Hello everybody,
I'm wondering how many combinations would be possible if i'm using

Code:
mp64.exe ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d -q 3 -r 6

Does anybody know how to calculate this?
#2
you can use the --help flag to figure out how to calculate keyspace.

NOTE: the one thing you will have to note is that there will be some manual work involved. You won't be able to calculate all of the sequential keyspaces in total, so you will need to calculate them individually and then sum them up yourself. (This prob means dropping the -q flag).