Hello,
I managed to connect a Base front end document to Sqlite3 database file thanks to this tread:
and some other sources.
I found a working SQLite3 prebuilt binaries with encryption.
Prebuilt binaries
https://github.com/rindeal/SQLite3-Encryption/releases/download/v3.9.2/bin.zip
To open an encrypted SQLite3 database is easy.
sqlite3 db1
sqlite> PRAGMA key='passphrase';
Would it be possible to implement this solution when connecting Base front end document to encrypted SQLite3 database by using ODBC driver?