db_crypt_t Struct Reference
[Database]

Encryption hook interface. More...

#include <ittia/db.h>

Data Fields

void * udata
db_encrypt_t encrypt
db_decrypt_t decrypt

Detailed Description

Encryption hook interface.

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.

See also:
db_file_storage_config_t::crypt
 All Data Structures Files Functions Variables Typedefs Defines
Copyright © 2005-2011 ITTIA®. All rights reserved.