Page 1 of 1

Encrypt SQLite3 database

Posted: Friday 7th October 2022 8:39am
by gambafeliz
I need to encrypt a SQLite3 database, and access as well as do a complete maintenance, later with Gambas3.

Please, can someone tell me how I can do it? Have I indicated which is the best way, as well as the most correct way to do it, complying with the SQLite3 rules?

Thank you

More:

I use to connect, something like this:

Code: Select all

   Dim sConexion As String = "Connection1"
   Connections[sConexion].host = sDB
   Connections[sConexion].Name = sDBName
   Conn = Connections[sConexion]
I just found this, but I don't know how to interpret it:
https://sqlite.org/com/see.html The SQLite Encryption Extension (SEE)