While discussing with another friend the insecurity with some wifi systems against dictionary attacks we couldn't reach a common ground on how big a WPA wordlist dictionary would be for the most common password we work with here.
Not knowing if my calculations are correct or not, I've reached the estimated size of ~14Tb while my friend says that it is over 20Tb. Without any way to be certain of who is doing the math correctly I have decided to ask here for help on this matter.
The question is as the title says; How big a file will be for a wordlist composed of 10 HEX characters (for each word, each character can be from 0 to 9 or A to F) with the following conditions:
- Each character cannot appear more than 3 times in the entire word
- The words are all capitalized, no lower caps
We have tried to calculate these values with Permutations and Combinations (and without them), but with no way to confirm the results we can't tell if we used the correct methods for the intended goal.
Regarding the combinations, shouldn't they be (16C3 * 13C3 * 10C3) (7 * 10)?
The first 3 groups are for the 3 possible repetitions or lower for each character and 7 being the remaining characters times the 10 different positions it can be in? Or in this case it really has to be threated in 3 different cases individually like you mentioned in the group section?
– Yonez Jun 17 '15 at 23:40Now I know the max size it can take, but I am still struggling to find out how big it would be with the listed conditions.
– Yonez Jun 18 '15 at 01:39Are these already included in those calculations you listed?
– Yonez Jun 18 '15 at 16:11