Innovation Award
 July 2008
Number 11 |
Databases are often used to store applications' sensitive information.
If a database is stolen, people with bad intentions may use the information in the database for illicit purposes.
This package provides a more secure solution that consists on encrypting the information before storing it in the database. It also decrypts the information automatically when it is retrieved.
Manuel Lemos |
This package implements a database abstraction layer that stores encrypted datas in read-only, write only (or both) properties.
It provides a main database interface class to encrypt properties, load the right driver, import or export the encrypted object.
Abstraction is made by drivers that permite you to use natives functions of php plus methods to prepare, buffer, or execute queries and retrieve results.
Approved drivers are mysqli, mysql and postgresql, others are in development disponible on the svn.
You can easily create your own drivers with the class dbproto wich create skeletons and reduce your time of development.
It's not just an abstraction class, it's not just a secured object, this class extends PHP natives functionalities and power your queries by the possibility to define variables under sql.
enjoy !!!
| Project record: |
soda |
| Popularity score: |
25.61 |
| Vitality score: |
2.48 |
| Not yet rated by the users |
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.
| Link |
Description |
| My website |
other class + more info about SODA |