Hello,
for some project we need an encryption on our database. SQLite 
Encryption Extension seems to fit our need perfectly but some questions 
remain.

After having paid the license fee we can download the entire source code 
of the extension, right ? not only a dll (or equivalent)
The encrypted db can be read either from C++ software or a php web 
application. Does php have a native support for encrypted db (or with a 
pdo driver) ? On php documentation a parameter refer to an encryption 
key : http://www.php.net/manual/en/sqlite3.open.php
If not, did someone have some article about recompiling php with SEE ?

Thanks for your answers
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to