Public Attributes

YAPET::PasswordRecord Struct Reference

Structure of the password record. More...

#include <structs.h>

List of all members.

Public Attributes

uint8_t comment [COMMENT_SIZE]
 A comment.
uint8_t host [HOST_SIZE]
 The host for which the password is used.
uint8_t name [NAME_SIZE]
 Name of the record.
uint8_t password [PASSWORD_SIZE]
uint8_t username [USERNAME_SIZE]
 The user name.

Detailed Description

The structure of a password records.

Definition at line 197 of file structs.h.


Member Data Documentation

uint8_t YAPET::PasswordRecord::comment[COMMENT_SIZE]

An additional comment.

Definition at line 229 of file structs.h.

Referenced by CSVImport::import(), and PasswordRecord::run().

uint8_t YAPET::PasswordRecord::host[HOST_SIZE]

Holds the host name for which the password is used.

Definition at line 211 of file structs.h.

Referenced by CSVImport::import(), and PasswordRecord::run().

uint8_t YAPET::PasswordRecord::name[NAME_SIZE]

Name of the password records. PartDec decrypts the record to get this field. It is used to give the user an idea about the content of the record.

Definition at line 205 of file structs.h.

Referenced by CSVImport::import(), PasswordRecord::run(), and YAPET::PartDec::setRecord().

uint8_t YAPET::PasswordRecord::password[PASSWORD_SIZE]

The password.

Definition at line 223 of file structs.h.

Referenced by CSVImport::import(), and PasswordRecord::run().

uint8_t YAPET::PasswordRecord::username[USERNAME_SIZE]

The user name for the password.

Definition at line 217 of file structs.h.

Referenced by CSVImport::import(), and PasswordRecord::run().


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