PHP Classes

Secure SQLite: Access encrypted SQLite database files

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 962 All time: 3,752 This week: 53Up
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
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:962
This week:0
All time:3,752
This week:53Up