|
SecurePasswd_MGMT 2026.03.19
A modern, cross-platform password manager and two-factor authenticator (TOTP) designed with state-of-the-art security.
|
#include "pwned_check.h"#include <openssl/evp.h>#include <openssl/sha.h>#include <curl/curl.h>#include <string.h>#include <stdlib.h>#include <stdio.h>Classes | |
| struct | MemoryStruct |
Functions | |
| static size_t | write_callback (const void *contents, size_t size, size_t nmemb, void *userp) |
| int | is_password_pwned (const char *password) |
| Checks if a password has been pwned using the HIBP k-anonymity API. | |
| int is_password_pwned | ( | const char * | password | ) |
Checks if a password has been pwned using the HIBP k-anonymity API.
| password | The password to check. |
|
static |