Package org.flasby.crypto
Class Password
java.lang.Object
org.flasby.crypto.Password
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flasby.crypto.Password.Strength
checkPasswordStrength
(String password) hashPassword
(String password)
-
Field Details
-
DEFAULT_LOG2_ROUNDS
public static final int DEFAULT_LOG2_ROUNDS- See Also:
-
MIN_PASSWORD_LENGTH
public static final int MIN_PASSWORD_LENGTH- See Also:
-
MAX_PASSWORD_LENGTH
public static final int MAX_PASSWORD_LENGTH- See Also:
-
-
Constructor Details
-
Password
public Password()
-
-
Method Details
-
hashPassword
-
checkPasswordStrength
-