Classes of Sven Dunemann | > | Secure SQLite | > | Download .zip .tar.gz | > | Support forum (4) | > | Blog | > | Latest changes |
|
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Databases | Database management, accessing and searching | View top rated classes |
Files and Folders | Listing, accessing and manipulating files and folders | View top rated classes |
Cryptography | Encrypting, decrypting and hashing data | View top rated classes |
Innovation Award |
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 |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description |
---|---|---|
example.php | Example | Example of class usage |
securesqlite.class.php | Class | secureSQLite class |
Install with Composer - 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.
|