Index
All Classes|All Packages
A
- argon2(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- authMeSHA256(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- ave_DataLife_Diferior(String) - Static method in class com.enzoic.client.utilities.Hashing
B
- bCrypt(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- bytesToHex(byte[]) - Static method in class com.enzoic.client.utilities.Hashing
C
- CheckCredentials(String, String) - Method in class com.enzoic.client.Enzoic
-
Calls the Enzoic CheckCredentials API in a secure fashion to check whether the provided username and password are known to be compromised.
- CheckCredentialsEx(String, String, Date, PasswordType[]) - Method in class com.enzoic.client.Enzoic
-
Calls the Enzoic CheckCredentials API in a secure fashion to check whether the provided username and password are known to be compromised.
- CheckPassword(String) - Method in class com.enzoic.client.Enzoic
-
Checks whether the provided password is in the Enzoic database of known, compromised passwords.
- CheckPasswordEx(String) - Method in class com.enzoic.client.Enzoic
-
Checks whether the provided password is in the Enzoic database of known, compromised passwords.
- CheckPasswordExResponse - Class in com.enzoic.client
-
The response from the CheckPasswordsEx call
- CheckPasswordExResponse(boolean, int, int) - Constructor for class com.enzoic.client.CheckPasswordExResponse
- com.enzoic.client - package com.enzoic.client
-
Provides a client library for the Enzoic API - create an instance of the Enzoic class and go from there.
- com.enzoic.client.utilities - package com.enzoic.client.utilities
- crc32(String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm1(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm10(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm2(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm4(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm5(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm7(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- customAlgorithm9(String, String) - Static method in class com.enzoic.client.utilities.Hashing
D
- decodeBase64(String) - Static method in class com.enzoic.client.utilities.Hashing
- desCrypt(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- digest(byte[]) - Method in class com.enzoic.client.utilities.MD4
-
Compute and return the message digest of the input byte array.
- djangoMD5(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- djangoSHA1(String, String) - Static method in class com.enzoic.client.utilities.Hashing
E
- encodeBase64(byte[]) - Static method in class com.enzoic.client.utilities.Hashing
- encodeBase64(String) - Static method in class com.enzoic.client.utilities.Hashing
- Enzoic - Class in com.enzoic.client
-
THIS IS THE MAIN ENTRY POINT FOR ACCESSING ENZOIC.
- Enzoic(String, String) - Constructor for class com.enzoic.client.Enzoic
-
Creates a new instance of Enzoic
- Enzoic(String, String, String) - Constructor for class com.enzoic.client.Enzoic
-
Creates a new instance of Enzoic
- exposureCount() - Method in class com.enzoic.client.CheckPasswordExResponse
-
The total number of exposures this password has appeared in.
- ExposureDetails - Class in com.enzoic.client
-
The detailed information about a given credentials Exposure.
- ExposureDetails() - Constructor for class com.enzoic.client.ExposureDetails
- ExposuresResponse - Class in com.enzoic.client
-
Response object for the Exposures API GET call
- ExposuresResponse() - Constructor for class com.enzoic.client.ExposuresResponse
G
- getCategory() - Method in class com.enzoic.client.ExposureDetails
-
A category for the origin website, if the exposure was a data breach.
- getCount() - Method in class com.enzoic.client.ExposuresResponse
-
The number of items in the exposures array
- getDate() - Method in class com.enzoic.client.ExposureDetails
-
The date the exposure occurred, as much as is known.
- getDateAdded() - Method in class com.enzoic.client.ExposureDetails
-
The date the Exposure was found and added to the Enzoic database.
- getDomainsAffected() - Method in class com.enzoic.client.ExposureDetails
-
The number of unique email address domains in this Exposure.
- getEntries() - Method in class com.enzoic.client.ExposureDetails
-
The number of credentials found in the exposure
- getExposedData() - Method in class com.enzoic.client.ExposureDetails
-
The types of user data which were present in the Exposure, e.g.
- GetExposureDetails(String) - Method in class com.enzoic.client.Enzoic
-
Returns the detailed information for a credentials Exposure.
- getExposures() - Method in class com.enzoic.client.ExposuresResponse
-
An array of Exposure IDs.
- getExposures() - Method in class com.enzoic.client.UserPasswordDetails
-
An array of Exposure IDs.
- getExposures() - Method in class com.enzoic.client.UserPasswordDetailsWithExposureDetails
-
An array of ExposureDetails.
- GetExposuresForUser(String) - Method in class com.enzoic.client.Enzoic
-
Returns all of the credentials Exposures that have been found for a given username.
- getHashType() - Method in class com.enzoic.client.UserPasswordDetails
-
The hash type the Password field contains.
- getHashType() - Method in class com.enzoic.client.UserPasswordDetailsWithExposureDetails
-
The hash type the Password field contains.
- getId() - Method in class com.enzoic.client.ExposureDetails
-
The ID of the Exposure
- getLastBreachDate() - Method in class com.enzoic.client.UserPasswords
-
The last time a new exposure/breach was found containing this user
- getLastBreachDate() - Method in class com.enzoic.client.UserPasswordsWithExposureDetails
-
The last time a new exposure/breach was found containing this user
- getPassword() - Method in class com.enzoic.client.UserPasswordDetails
-
The password for this user.
- getPassword() - Method in class com.enzoic.client.UserPasswordDetailsWithExposureDetails
-
The password for this user.
- getPasswords() - Method in class com.enzoic.client.UserPasswords
-
An array of UserPasswordDetails objects containing the plaintext or hashed passwords Enzoic has for this user
- getPasswords() - Method in class com.enzoic.client.UserPasswordsWithExposureDetails
-
An array of UserPasswordDetails objects containing the plaintext or hashed passwords Enzoic has for this user
- getPasswordType() - Method in class com.enzoic.client.ExposureDetails
-
The format of the passwords in the Exposure, e.g.
- GetRequestTimeout() - Method in class com.enzoic.client.Enzoic
-
Gets the current request timeout value being used for making requests to the Enzoic API.
- getSalt() - Method in class com.enzoic.client.UserPasswordDetails
-
The salt for the provided password hash, when appropriate.
- getSalt() - Method in class com.enzoic.client.UserPasswordDetailsWithExposureDetails
-
The salt for the provided password hash, when appropriate.
- getSourceURLs() - Method in class com.enzoic.client.ExposureDetails
-
An array of URLs the data was found at.
- getTitle() - Method in class com.enzoic.client.ExposureDetails
-
Title of the exposure - for breaches, the domain of the origin site
- GetUserPasswords(String) - Method in class com.enzoic.client.Enzoic
-
Returns a list of passwords that Enzoic has found for a specific user.
- GetUserPasswordsWithExposureDetails(String) - Method in class com.enzoic.client.Enzoic
-
Returns a list of passwords that Enzoic has found for a specific user, including full exposure details inling.
H
- Hashing - Class in com.enzoic.client.utilities
- Hashing() - Constructor for class com.enzoic.client.utilities.Hashing
- hexArray - Static variable in class com.enzoic.client.utilities.Hashing
- hmacSHA1SaltAsKey(String, String) - Static method in class com.enzoic.client.utilities.Hashing
I
- isRevealedInExposure() - Method in class com.enzoic.client.CheckPasswordExResponse
-
Whether the password was exposed in a known data Exposure.
M
- MD4 - Class in com.enzoic.client.utilities
-
The MD4 class is used to compute an MD4 message digest over a given buffer of bytes.
- MD4() - Constructor for class com.enzoic.client.utilities.MD4
- md5(String) - Static method in class com.enzoic.client.utilities.Hashing
- md5Binary(byte[]) - Static method in class com.enzoic.client.utilities.Hashing
- md5Binary(String) - Static method in class com.enzoic.client.utilities.Hashing
- md5Crypt(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- myBB(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- mySQLPost4_1(String) - Static method in class com.enzoic.client.utilities.Hashing
- mySQLPre4_1(String) - Static method in class com.enzoic.client.utilities.Hashing
N
- ntlm(String) - Static method in class com.enzoic.client.utilities.Hashing
O
- osCommerce_AEF(String, String) - Static method in class com.enzoic.client.utilities.Hashing
P
- peopleSoft(String) - Static method in class com.enzoic.client.utilities.Hashing
- phpbb3(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- pliggCMS(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- punBB(String, String) - Static method in class com.enzoic.client.utilities.Hashing
R
- relativeExposureFrequency() - Method in class com.enzoic.client.CheckPasswordExResponse
-
This is a gauge of how frequently the password has been seen in data breaches.
- runCMS_SMF1_1(String, String) - Static method in class com.enzoic.client.utilities.Hashing
S
- SetRequestTimeout(Integer) - Method in class com.enzoic.client.Enzoic
-
Sets a timeout value for requests made to the Enzoic API.
- sha1(String) - Static method in class com.enzoic.client.utilities.Hashing
- sha1Binary(byte[]) - Static method in class com.enzoic.client.utilities.Hashing
- sha1Binary(String) - Static method in class com.enzoic.client.utilities.Hashing
- sha256(String) - Static method in class com.enzoic.client.utilities.Hashing
- sha256Crypt(String, String) - Static method in class com.enzoic.client.utilities.Hashing
- sha384(String) - Static method in class com.enzoic.client.utilities.Hashing
- sha512(String) - Static method in class com.enzoic.client.utilities.Hashing
- sha512Binary(String) - Static method in class com.enzoic.client.utilities.Hashing
- sha512Crypt(String, String) - Static method in class com.enzoic.client.utilities.Hashing
U
- UserPasswordDetails - Class in com.enzoic.client
-
The details for a specific user password.
- UserPasswordDetails() - Constructor for class com.enzoic.client.UserPasswordDetails
- UserPasswordDetailsWithExposureDetails - Class in com.enzoic.client
-
The details for a specific user password.
- UserPasswordDetailsWithExposureDetails() - Constructor for class com.enzoic.client.UserPasswordDetailsWithExposureDetails
- UserPasswords - Class in com.enzoic.client
-
Information about all of the passwords Enzoic has for a given user
- UserPasswords() - Constructor for class com.enzoic.client.UserPasswords
- UserPasswordsWithExposureDetails - Class in com.enzoic.client
-
Information about all of the passwords Enzoic has for a given user
- UserPasswordsWithExposureDetails() - Constructor for class com.enzoic.client.UserPasswordsWithExposureDetails
V
- vBulletin(String, String) - Static method in class com.enzoic.client.utilities.Hashing
W
- whirlpool(String) - Static method in class com.enzoic.client.utilities.Hashing
- whirlpoolBinary(String) - Static method in class com.enzoic.client.utilities.Hashing
All Classes|All Packages