#include <ittia/db.h>
To perform encryption, initialize db_file_storage_config_t::crypt with values for encrypt, decrypt, and optionally udata. The same encryption algorithm that is used to create a database must be used every time the database is opened.
Data Fields | |
| void * | udata |
| db_encrypt_t | encrypt |
| db_decrypt_t | decrypt |