SecurePasswd_MGMT 2026.03.19
A modern, cross-platform password manager and two-factor authenticator (TOTP) designed with state-of-the-art security.
Loading...
Searching...
No Matches
pwned_check.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

int is_password_pwned (const char *password)
 Checks if a password has been pwned using the HIBP k-anonymity API.

Function Documentation

◆ is_password_pwned()

int is_password_pwned ( const char * password)

Checks if a password has been pwned using the HIBP k-anonymity API.

Parameters
passwordThe password to check.
Returns
The number of times the password has been pwned (0 if not found), or -1 on network/API error.