DB_Sqlite_Tools
[ class tree: DB_Sqlite_Tools ] [ index: DB_Sqlite_Tools ] [ all elements ]

File: DBC.php

Source Location: /DB_Sqlite_Tools-0.1.2/Tools/DBC.php

Page Details:

Class to manage sqlite database. On object-oriented interface to sqlite integrity check, optimizations and backup

Includes:

require_once('DB/Sqlite/Tools.php') [line 55]
This class, part of DB_Sqlite_Tools allows to insert on an sqlite database securely encrypted data and retrieve and decript on the fly the encrypted data.

Since Sqlite might be seen as voulnerable, encrypted database will ensure the data integrity. It doesn't require PHP to be compiled with MCrypt but it uses Crypt_Xtea, embedded (ported to PHP 5 the original PEAR package).


Documentation generated on Mon, 11 Mar 2019 13:55:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.