[Qt-interest] How to encrypt/decrypt my sqlite database whichcreated by Qt SQL module?

Richard Moore richmoore44 at gmail.com
Thu Jan 20 17:17:23 CET 2011


On Thu, Jan 20, 2011 at 9:21 AM, Wei Song <songwei1984 at gmail.com> wrote:
> But why the sqlite version in Qt DIDN'T implement the encrypt function.

Amongst other reasons, it would introduce a run-time dependency on
openssl for the sqlite plugin which is carefully avoided elsewhere
(even in the QtSSL classes which use dlopen to avoid this). Openssl is
very bad at maintaining binary compatibility.

Rich.



More information about the Qt-interest-old mailing list