db_crypt_t Struct Reference
[Database]

#include <ittia/db.h>


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

Data Fields

void * udata
db_encrypt_t encrypt
db_decrypt_t decrypt

Copyright © 2005-2008 ITTIA®. All rights reserved.