Hi I have modified (credit goes to System.Data.SQLite) SQlite library to encrypt the database. File is encrypted and data insert/update/retrieval works fine.
The question I have is, how secure is the encrypted database. Please correct me if I am wrong, SQLite reads the file and stores some of the data pages in memory. In the case of an encrypted database, the data cached in memory pages is encrypted or clear text? Thanks in advance. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users