#include <structs.h>
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] |
The password. | |
uint8_t | username [USERNAME_SIZE] |
The user name. |
Definition at line 104 of file structs.h.
uint8_t YAPET::PasswordRecord::comment[COMMENT_SIZE] |
An additional comment.
Definition at line 136 of file structs.h.
Referenced by PasswordRecord::run().
uint8_t YAPET::PasswordRecord::host[HOST_SIZE] |
Holds the host name for which the password is used.
Definition at line 118 of file structs.h.
Referenced by 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 112 of file structs.h.
Referenced by PasswordRecord::run(), and YAPET::PartDec::setRecord().
uint8_t YAPET::PasswordRecord::password[PASSWORD_SIZE] |
uint8_t YAPET::PasswordRecord::username[USERNAME_SIZE] |
The user name for the password.
Definition at line 124 of file structs.h.
Referenced by PasswordRecord::run().