useLevenshteinDistance property

bool useLevenshteinDistance
final

Defines if the levenshtein algorithm should be used. This will be only used on the complete password and not on parts of it. This will decrease the calcTime a bit but will significantly improve the password check. Default is false.

Implementation

final bool useLevenshteinDistance;