Hi, To encrypt the SQLite database, I can only find the following extension:
https://www.sqlite.org/see/doc/trunk/www/readme.wiki So I must recompile and enable the extension to encrypt the database, is that correct? Thanks > -----Original Message----- > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users- > bounces at mailinglists.sqlite.org] On Behalf Of Simon Slavin > Sent: Thursday, February 25, 2016 4:39 PM > To: SQLite mailing list > Subject: Re: [sqlite] Encrypt the SQL query > > > On 25 Feb 2016, at 6:01am, <admin at shuling.net> <admin at shuling.net> > wrote: > > > Does SQLite provide a good way to > > encrypt the SQL query strings while does not affect the performance > > when executing the queries? > > The source code for SQLite is available. There's no way to prevent a hacker > reverse-engineering whatever calls you make and adding source code of > their own to log your command before executing it. > > You can encrypt your database stored on disk, but not your interaction with > the SQLite API. > > Simon. > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users