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?
SQLite databases with password protection
SQLite databases with password protection
Last edited by ibax on Thu Apr 11, 2019 8:30 pm, edited 1 time in total.
Re: SQLite with encryption
i combined rsa with qt-aes for mine.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: SQLite with encryption
tecan, could you please describe in more detail, what exactly you did?
Re: SQLite with encryption
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: SQLite databases with password protection
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)
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
google "sqlite encryption github" there are custom versions that can do that task
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%