SQLite databases with password protection

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ibax
Posts: 193
Joined: Thu Jun 21, 2007 8:56 am
Location: hungary
Contact:

SQLite databases with password protection

Post 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?
Last edited by ibax on Thu Apr 11, 2019 8:30 pm, edited 1 time in total.
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: SQLite with encryption

Post by netpipe »

i combined rsa with qt-aes for mine.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
ibax
Posts: 193
Joined: Thu Jun 21, 2007 8:56 am
Location: hungary
Contact:

Re: SQLite with encryption

Post by ibax »

tecan, could you please describe in more detail, what exactly you did?
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: SQLite with encryption

Post by netpipe »

Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
ibax
Posts: 193
Joined: Thu Jun 21, 2007 8:56 am
Location: hungary
Contact:

Re: SQLite databases with password protection

Post 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)
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: SQLite databases with password protection

Post by netpipe »

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%
Post Reply