Package org.jpass.crypt
Class checkForCommonPassword
java.lang.Object
org.jpass.crypt.checkForCommonPassword
This class checks if the password is in the list of 10000 most common passwords from 2017.
-
Constructor Summary
ConstructorsConstructorDescriptioncheckForCommonPassword
(String password) This method checks if the password is in the list of 10000 most common passwords from 2017. -
Method Summary
-
Constructor Details
-
checkForCommonPassword
This method checks if the password is in the list of 10000 most common passwords from 2017.- Parameters:
password
- - password to check
-