[Interest] Sqlite Cipher in Qt 5.15.8

Yang Fan missdeer at gmail.com
Mon Feb 14 02:16:16 CET 2022


You may search "qt sqlcipher" as the keyword on GitHub, there are some
projects implementing sqlcipher as a plugin.

On Sun, Feb 13, 2022 at 6:13 PM Frank Mertens <frank at cyblogic.de> wrote:

> Hi Ramakanth,
>
> I've done that in the past. Sqlite3 has quite easy to override page I/O
> functions and it is not to difficult to run your own crypto I/O backend. Of
> course there is also nowadays SEE... I doubt Qt has anything to offer here,
> but there is a configure switch to select to system's sqlite3 libraries.
> (One reason I've run my own I/O backend was availability of hardware
> accelerated AES through openssl on my target platform.)
>
> God speed,
> Frank
>
>
> On 11.02.22 08:14, Ramakanth Kesireddy wrote:
> > Hi,  > > The embedded database being used is sqlite3 in our Qt Quick >
> application based out of Qt commercial Qt 5.15.8 > > As we intend to use
> encryption for the sqlite3 database, appreciate > if anyone could let me
> know if there is any inbuilt support to use > sqlite cipher in Qt SQL
> module or need to register separately the > driver plugin to link against
> sqlite cipher? > > Best Regards, Ramakanth > >
> _______________________________________________ Interest mailing > list
> Interest at qt-project.org > https://lists.qt-project.org/listinfo/interest
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>


-- 
Regards,
Fan Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20220214/77a9bb35/attachment.htm>


More information about the Interest mailing list