l33tMaxSubstitutions property

int l33tMaxSubstitutions
final

The l33t matcher will check how many characters can be exchanged with the l33t table. If they are to many it will decrease the calcTime significantly. So we cap it at a reasonable value by default which will probably already seems like a strong password anyway. Default is 100.

Implementation

final int l33tMaxSubstitutions;