Class CheckPasswordExResponse


  • public class CheckPasswordExResponse
    extends Object
    The response from the CheckPasswordsEx call
    • Constructor Detail

      • CheckPasswordExResponse

        public CheckPasswordExResponse​(boolean revealedInExposure,
                                       int relativeExposureFrequency)
    • Method Detail

      • relativeExposureFrequency

        public int relativeExposureFrequency()
        This is a gauge of how frequently the password has been seen in data breaches. The value is simply the percent of data breaches indexed by Enzoic that have contained at least one instance of this password, i.e. if the value is 13, that means 13% of the exposures that Enzoic has indexed contained this password at least one time. This value can be used to gauge how dangerous this password is by how common it is.
        Returns:
      • isRevealedInExposure

        public boolean isRevealedInExposure()
        Whether the password was exposed in a known data Exposure. If this value is false, the password was found in common password cracking dictionaries, but has not been directly exposed as a user password in a data breach or other Exposure.
        Returns: