Package com.nulabinc.zxcvbn
Class Scoring
- java.lang.Object
-
- com.nulabinc.zxcvbn.Scoring
-
public class Scoring extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMIN_GUESSES_BEFORE_GROWING_SEQUENCEstatic intREFERENCE_YEAR
-
Constructor Summary
Constructors Constructor Description Scoring()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublelog10(double n)static StrengthmostGuessableMatchSequence(java.lang.CharSequence password, java.util.List<Match> matches)static StrengthmostGuessableMatchSequence(java.lang.CharSequence password, java.util.List<Match> matches, boolean excludeAdditive)
-
-
-
Field Detail
-
REFERENCE_YEAR
public static final int REFERENCE_YEAR
-
MIN_GUESSES_BEFORE_GROWING_SEQUENCE
public static final int MIN_GUESSES_BEFORE_GROWING_SEQUENCE
- See Also:
- Constant Field Values
-
-