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: 212

Filed under:
|
|

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

Related posts about database

Related posts about qt