DB_Sqlite_Tools
|
|
| Welcome to DB_SqLite_Tools | Docs | DBC Encryption and Decryption | Install DB_Sqlite_Tools |
|
Areas In Main |
DBC Encryption and DecryptionHere is a short but self explanatory example on how to use DB_Sqlite_Tools to insert and retrieve encrypted data to/from your sqlite database. MySQL? offers an in build encryption mechanism with the AES (aka Rijndael) and DES encryption algorithms which is certainly important to many. More sophisticated databases like Oracle go even further supporting the Triple DES3 standard. As it was discussed on several mailing lists, Sqlite might not always offer the same degree of security of a database engine. Now, via DB_SQLite_Tools you can retrieve (decrypting data on the fly) and insert (encrypting on the fly) data securely from and to your Sqlite database. This functionaliy uses the ARCFOUR Encryption Algorithm. This encryption function is bundled in the package so you are not required to install anything else nor to compile PHP with mcrypt support. note: In a real implementation you won't store the encryption key on the file you can see the live demo here
This site powered by Yawiki 0.17.2 alpha. Commenting disabled for the viagra m*****rs |