Hi,

Is there a way to password protect the SQLite database files? I compiled the 
following extension with DSQLITE_USER_AUTHENTICATION option. It worked with the 
compiled version of SQLite but when I accessed the same password protected file 
through JDBC or another SQLite console app (without 
DSQLITE_USER_AUTHENTICATION), I was able to read the data without specifying 
any password.

http://www.sqlite.org/src/doc/trunk/ext/userauth/user-auth.txt

Is there something wrong that I am doing? Are there any extensions available to 
password protect the SQLite database?

Thanks
Rajesh Agarwal


Reply via email to