PHP Classes

i'm not sure

Recommend this page to a friend!

      Secure SQLite  >  All threads  >  i'm not sure  >  (Un) Subscribe thread alerts  
Subject:i'm not sure
Summary:i'm not sure
Messages:4
Author:omid zarifi
Date:2011-09-01 11:31:32
Update:2011-09-29 12:06:22
 

  1. i'm not sure   Reply   Report abuse  
Picture of omid zarifi omid zarifi - 2011-09-01 11:31:32
i'm not sure for use this class.

  2. Re: i'm not sure   Reply   Report abuse  
Picture of Sven Dunemann Sven Dunemann - 2011-09-12 15:02:39 - In reply to message 1 from omid zarifi
Sometimes you don't need a MySQL DB or something similar to that, sometimes a small sqlite is enough. But if you want to protect the db, you can do it with this class. Just that easy. The normal sqlite class can't do that (only when u pay lot of money for it). Sure, this encryption got it limits, but it's much better then no decryption for small sqlite dbs.

  3. Re: i'm not sure   Reply   Report abuse  
Picture of - - - 2011-09-27 19:18:45 - In reply to message 2 from Sven Dunemann
Doesn't support any concurrency at all. Also, while the DB is in use it can be read "from the outside".

  4. Re: i'm not sure   Reply   Report abuse  
Picture of Sven Dunemann Sven Dunemann - 2011-09-29 12:06:22 - In reply to message 3 from -
Sure, it can be.
This class is for saving the file in a crypted way,
not handling crypted data. So, there is no need to handle it crypted all the time. It is just to save data in the storage system.

Maybe there will be support for concurrency later, thanks for this.