Passwords API
Quickly and easily check if a given password is weak or known to be compromised
Last updated
Was this helpful?
Quickly and easily check if a given password is weak or known to be compromised
Last updated
Was this helpful?
Allows you to check whether a given password is known to be compromised, without needing to pass the exact password hash in. Rather than passing exact hashes of the password to the API, it is only necessary to supply the first 10 hex characters of each hash. A list of candidate hashes will then be returned and can be compared locally with the exact hash to determine if there was a match. This is the recommended approach for new implementations using the Passwords API.
/passwords
The first 10 hex characters of the SHA-256 hash of the password to be checked. The password should be in UTF-8 encoding prior to hashing.
9f86d08188