sqlite encrypt could not opened by sqlitespy

is there a small tools open the encrypted sqlite written by xojo?
thanks.

you’d have to find an app the uses the exact same methodolgy that Xojo uses… there are a number of encryption methods that can be installed into the compiled SQlite module, and they may or may not work together.

You can use SQLiteManager from SQLabs (http://www.sqlabs.com).

1 Like

Other available option you may be interested in is Navicat for SQLite (http://www.navicat.com)

I have not been able to open XOJO encrypted Sqlite with Navicat , only by using Xojo. Navicat works fine with the non encrypted databases though.

+1 Navicat cannot open Xojo encrypted SQLite databases.
SQLiteManager is made with Xojo so it can.