PHP Classes

SODA: Database abstraction layer that encrypt data

Recommend this page to a friend!
  Info   View files View files (17)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 646 This week: 1All time: 4,955 This week: 560Up
Version License PHP version Categories
soda 1.1GNU General Publi...5.1.6PHP 5, Databases, Cryptography, Security
Description 

Author

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 !!!

Innovation Award
PHP Programming Innovation award nominee
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
Picture of Salvan Grégory
Name: Salvan Grégory is available for providing paid consulting. Contact Salvan Grégory .
Classes: 2 packages by
Country: France France
Age: 42
All time rank: 220563 in France France
Week rank: 411 Up15 in France France Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Files folder imageSODA (1 file, 1 directory)
Files folder imagedoc_french (1 file)
Files folder imagedoc_english (1 file)
Files folder imageexemples (10 files, 1 directory)

  Files folder image Files  /  SODA  
File Role Description
Files folder imagedrivers (3 files)
  Accessible without login Plain text file SODA.inc.php Class main file

  Files folder image Files  /  doc_french  
File Role Description
  HTML file docSODA.html Doc. one file documentation

  Files folder image Files  /  doc_english  
File Role Description
  Plain text file doc_SODA_en.html Doc. Frenglish documentation ;-)

  Files folder image Files  /  exemples  
File Role Description
Files folder imagedata (1 file)
  HTML file 01_utilisation_simple.html Doc. result of exemple 1
  Plain text file 01_utilisation_simple.php Example script of exemple 1
  Plain text file 02_utilisation_avancees.html Example result of exemple 2
  Plain text file 02_utilisation_avancees.php Example script of exemple 2
  Plain text file 03_objet_exporte_0.php Data the object made by 03 part 1
  Plain text file 03_objet_exporte_1.php Aux. the object made by 03 part 1
  HTML file 03_utilisations_recommandees_part1.html Example result of exemple 3 part1
  Plain text file 03_utilisations_recommandees_part1.php Example script of exemple 3 part1
  HTML file 03_utilisations_recommandees_part2.html Example result of exemple 3 part2
  Plain text file 03_utilisations_recommandees_part2.php Example script of exemple 3 part2

  Files folder image Files  /  exemples  /  data  
File Role Description
  Plain text file moteur.sql Data datas for examples

  Files folder image Files  /  SODA  /  drivers  
File Role Description
  Accessible without login Plain text file driver_mysql.php Class drivers mysql
  Accessible without login Plain text file driver_mysqli.php Class drivers mysqli
  Accessible without login Plain text file driver_pg.php Class Postgresql driver

 Version Control Unique User Downloads Download Rankings  
 0%
Total:646
This week:1
All time:4,955
This week:560Up