Saturday, March 6, 2010, 2:57:59 PM, you wrote:

J> Hello!

J> Does SQLite allow for password protecting a database? How about
J> tables, can they be individually password protected?

No, you would need to do this in your application. A password alone
would be very weak as anyone can look at an SQLIte database with a
host of browser apps or the SQLite command line tool.

There is an extension you can purchase that does database encryption
if you want real protection.

---
Best regards,
  Neville Franks, http://www.surfulater.com http://blog.surfulater.com
 

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

Reply via email to