PHP Classes

Secure SQLite: Access encrypted SQLite database files

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 958 This week: 1All time: 3,760 This week: 560Up
Version License PHP version Categories
secure-sqlite 1.0.0GNU General Publi...5.3PHP 5, Databases, Files and Folders, C...
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
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
Picture of Sven Dunemann
Name: Sven Dunemann <contact>
Classes: 1 package by
Country: Germany Germany
Age: 33
All time rank: 2421152 in Germany Germany
Week rank: 411 Up15 in Germany Germany Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example of class usage
Plain text file securesqlite.class.php Class secureSQLite class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:958
This week:1
All time:3,760
This week:560Up