[Qt-interest] How to encrypt/decrypt my sqlite database whichcreated by Qt SQL module?
Lykurg Nomothet
lykurg at gmail.com
Thu Jan 20 11:28:39 CET 2011
> But why the sqlite version in Qt DIDN'T implement the encrypt function.
Why should it be implemented. The most common use case is to have non
encrypted databases. So it would be pure overhead. ICU support is more
needed than encryption but also not included.
Anyway, where is the problem? The plug in system is just perfect.
Simply recompile (or create a new) the sqlite plug in with any options
you want and distribute it alongside your application.
Best
More information about the Qt-interest-old
mailing list