Page 1 of 1

SQLite databases with password protection

Posted: Sun Apr 07, 2019 12:21 pm
by ibax
Hi,

I'm using SQLite in my project: https://www.codeproject.com/Articles/63 ... for-SQLite
But unfortunately it does not supports encryption.

Anybody using SQL plugin/addition/extension with encryption supported?

Re: SQLite with encryption

Posted: Tue Apr 09, 2019 5:59 am
by netpipe
i combined rsa with qt-aes for mine.

Re: SQLite with encryption

Posted: Tue Apr 09, 2019 9:38 pm
by ibax
tecan, could you please describe in more detail, what exactly you did?

Re: SQLite with encryption

Posted: Thu Apr 11, 2019 12:26 am
by netpipe

Re: SQLite databases with password protection

Posted: Thu Apr 11, 2019 8:29 pm
by ibax
Hi Tecan,

Thanks for your reply. Unfortunately I think I was mistyping what I really need. Really sorry for that, but many thanks that you shared with me (and with this forum) your solution!!! Really appreciate that...
So what I need is the possibility to protect (and not really encrypt) my database with password... I'm already using the above sqlite, but it does not supports password protected sqlite databases.

But encrypting the content of the database can be a possible solution as well...

(subject modified as well)

Re: SQLite databases with password protection

Posted: Sun Apr 14, 2019 8:48 pm
by netpipe
google "sqlite encryption github" there are custom versions that can do that task