[][src]Module rs_password_utils::pwned

Modules

blocking

Enums

PwnedResponse

Functions

check_pwned

Returns a Result as a result for whether the password is found in the pwned passwords list. The call leverages the k-anonimity API and therefore, the password is not used in the API call in any form (not even hashed).

is_pwned

Returns Ok(true) if the password is found in the pwned passwords list. The call leverages the k-anonimity API and therefore, the password is not used in the API call in any form (not even hashed).