Hi Gerald,

> I have a CD application that a vendor is suggesting that I use SQLite as
> the db.  My concern is security.  Currently we are using Access which is
> password protected, but very slow.  I have not found any information
> about having SQLite password protected.  Is it possible, and I just
> missed it?  And/or do you have another suggestion.

If your application is for Windows systems only, the following wrapper, 
which supports database encryption, might be of interest to you:

http://sqlite.phxsoftware.com

If you have portability in mind you might want to take a look at the 
portable encryption extension included in wxSQLite3 (a SQLite wrapper 
for the wxWidgets GUI library):

http://wxcode.sourceforge.net/components/wxsqlite3

Note: The encryption extension does NOT depend on wxWidgets.

Regards,

Ulrich

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

Reply via email to