Hello, I am using a sqlite database to store/retrieve sensitive information. I am currently encrypting the database to secure the actual data, but I am still concerned about my actual sql statements. The sql statements themselves are left in plaintext in memory so if someone was ambitious enough, they could just attach a debugger to my process and see the plain strings.
Does sqlite provide any functionality to protect against this? I know that some databases have encrypted stored procedures. Does sqlite have something similar? J _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

