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
PasswordEntry Struct Reference

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

Detailed Description

A struct representing a password entry.

Member Data Documentation

◆ id

int PasswordEntry::id

The unique ID of the entry.

◆ password

char* PasswordEntry::password

The password for the service.

◆ recovery_codes

char* PasswordEntry::recovery_codes

The recovery codes for the service (newline-separated). Used codes are prefixed with '*'.

◆ service

char* PasswordEntry::service

The name of the service.

◆ totp_secret

char* PasswordEntry::totp_secret

The TOTP secret for the service.

◆ username

char* PasswordEntry::username

The username for the service.


The documentation for this struct was generated from the following file: