I\'m just learning to use SQLite and I was curious if such is possible:
Encryption of the database file?
Password protect opening of the dat
You can always encrypt data on the client side. Please note that not all of the data have to be encrypted because it has a performance issue.