07-25-2016, 03:27 PM
I would like to create a rule/mask/etc optimized for wpa.
I know the password is 10 characters long from UPPER HEX (0123456789ABCDEF).
The key space is 16^10.
Example pass: D637449ABB 25E0143A3F ABCDE01234 AABCDEF012 A1A1234567 8017C24CCF
Rules:
1) 10 chars long
2) no more than 5 alpha chars in the password (yes ABCDE01234 no ABCDEF0123)
3) no more than 2 consecutive chars (yes AABCDEF012 no AAABCDEF01)
4) no more than 2 equal numbers in the password (yes A1A1234567 no A1A1234516)
5) no more than 3 equal alpha chars in the password (yes 8017C24CCF, no C017C24CCF)
I know the password is 10 characters long from UPPER HEX (0123456789ABCDEF).
The key space is 16^10.
Example pass: D637449ABB 25E0143A3F ABCDE01234 AABCDEF012 A1A1234567 8017C24CCF
Rules:
1) 10 chars long
2) no more than 5 alpha chars in the password (yes ABCDE01234 no ABCDEF0123)
3) no more than 2 consecutive chars (yes AABCDEF012 no AAABCDEF01)
4) no more than 2 equal numbers in the password (yes A1A1234567 no A1A1234516)
5) no more than 3 equal alpha chars in the password (yes 8017C24CCF, no C017C24CCF)