Encrypted SQLite database in Qt
Posted
by Jake Petroules
on Stack Overflow
See other posts from Stack Overflow
or by Jake Petroules
Published on 2010-06-01T20:40:56Z
Indexed on
2010/06/01
20:43 UTC
Read the original article
Hit count: 241
Is it possible to work with an encrypted SQLite database directly in Qt? Or, do I have to read it entirely into memory, decrypt in memory, do work, encrypt in memory, write to disk?
© Stack Overflow or respective owner