l33tMaxSubstitutions property

int? l33tMaxSubstitutions
getter/setter pair

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.

This is set to 512 by default.

Implementation

int? l33tMaxSubstitutions;