How to see when over the 15 char limit?
#4
It does relate to algorithm somehow.
For example, when using -m2500 (WPA) it will reject passes < 8 chars due to WPA's limitation.

The "BOOM!" here is that plus-0.09 apparently has a bug with rejection container, see below:
Code:
01.txt has 5k of 16-in-length digits.

0.08 00000000000000000000000000000000 01.txt
Rejected.....: 5000/5000 (100.00%)

0.09 00000000000000000000000000000000 01.txt
Rejected.....: 0/5000 (0.00%)

0.10b8 00000000000000000000000000000000 01.txt
Rejected.....: 0/5000 (0.00%)


Messages In This Thread
RE: How to see when over the 15 char limit? - by M@LIK - 09-30-2012, 10:06 PM