 |
|
Innovation award
 Nominee: 1x |
This class can access encrypted SQLite database files.
It extends the SQLite 3 database access class and overrides the open and close functions so the SQLite database files decrypted when they are opened and encrypted again after they are closed using a given encryption key.
 August 2011
Number 8
Prize: One copy of DWebPro Standard License |
SQLite is database engine that can create local flat file databases using the SQL language.
The SQLite files store data in a format that is not encrypted, so the data in the database file can be easily extracted when the database file is stollen.
This class provides a more secure solution. It overrides the SQLite object and encrypt the database file when it is stored and decrypt it when it is going to be ready by the PHP application.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|