EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
The secrets row structure definition. More...
#include <sqlite_crypt_writer.h>
Data Fields | |
char * | id |
char * | value |
char * | salt |
char * | iv |
The secrets row structure definition.
char* secrets_row::id |
The key ID
char* secrets_row::iv |
The IV of the key
char* secrets_row::salt |
The key salt
char* secrets_row::value |
The key value