[][src]Function checkpwn_lib::check_password

pub fn check_password(password: &Password) -> Result<bool, CheckpwnError>

Check password. Returns Ok(bool), bool indicating whether the password is breached or not. Err() is returned if an error occurred during the check.