|
SecurePasswd_MGMT 2026.03.19
A modern, cross-platform password manager and two-factor authenticator (TOTP) designed with state-of-the-art security.
|
A struct representing a password entry. More...
#include <database.h>
Public Attributes | |
| int | id |
| char * | service |
| char * | username |
| char * | password |
| char * | totp_secret |
| char * | recovery_codes |
A struct representing a password entry.
| int PasswordEntry::id |
The unique ID of the entry.
| char* PasswordEntry::password |
The password for the service.
| char* PasswordEntry::recovery_codes |
The recovery codes for the service (newline-separated). Used codes are prefixed with '*'.
| char* PasswordEntry::service |
The name of the service.
| char* PasswordEntry::totp_secret |
The TOTP secret for the service.
| char* PasswordEntry::username |
The username for the service.