Search results

  1. O

    Sqlite encryption in php

    Hello, Phpclass is OK, but it works with decrypted db, and encrypt it on the end and save it. I will test it with our app and see the output. The problem is that when using the db, it is visablble to other programs. Is it possible to decrypt it only in memory of Exeoutput? What about the .dll...
  2. O

    Sqlite encryption in php

    Yes thats correct but in this case is very hard to perform search, update and use records in db, because you have to decrypt whole db. I was thinking about using sqlite3.dll that allow encryption. For example: http://sqlite-crypt.com/download.htm or...
  3. O

    Sqlite encryption in php

    Hello, I’m very impressed with ExeOutput 😄 I’m prepairing small project which include also Sqlite db. with some sensitive information so I try to password protect it. I have try following code $db = new SQLite3($dbname, 066, $encryption_key); the db was created but it wasn’t passoword...
Back
Top