PHP Classes
elePHPant
Icontem

Secure SQLite: Access encrypted SQLite database files

Recommend this page to a friend!

  Author Author  
Name: Sven Dunemann <contact>
Classes: 1 package by
Country: Germany Germany
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
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.

  Classes of Sven Dunemann  >  Secure SQLite  >  Download Download .zip .tar.gz  >  Support forum Support forum (4)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  

 

Name: Secure SQLite
Base name: secure-sqlite
Description: Access encrypted SQLite database files
Version: 1.0.0
PHP version: 5.3
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes


  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

  Applications that use this package  
No pages of applications that use this class were specified.

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

  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

Install with Composer Install with Composer - Download Download all files: secure-sqlite.tar.gz secure-sqlite.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.