On 17 Oct 2009, at 1:11am, Francisc Romano wrote:

> Is it possible to encript SQLite databases so that they cannot be  
> referenced
> outside the program that uses it?
> If not, can you set a user and password for a SQLite database?

The head honcho of SQLite runs a company that has a product which adds  
this facility:

http://www.hwaci.com/sw/sqlite/see.html

Once your code has supplied the encryption/decryption password, all  
the other commands are the same as they'd be when using an unencrypted  
database.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to