Class checkForCommonPassword

java.lang.Object
org.jpass.crypt.checkForCommonPassword

public class checkForCommonPassword extends Object
This class checks if the password is in the list of 10000 most common passwords from 2017.
  • Constructor Details

    • checkForCommonPassword

      public checkForCommonPassword(String password)
      This method checks if the password is in the list of 10000 most common passwords from 2017.
      Parameters:
      password - - password to check