I'm using SQLCipher 1.5 in an existing app. From Aug 2019 app updates will require 64-bit so I'll have to move to SQLCipher 1.6 which provides 64-bit support and upgrades from SQLCipher 3 to SQLCipher 4.
But I don't see a way to use that in B4A as Sql.Initialize fails when opening an SQLCipher 3 database, with a new Library
On the other post, Erel write
You should decrypt the database, save the data, update the app and encrypt it again.
How we can do this, if I import the New Library (v 1.60) to my project, I can't open the old database to decrypt and save data?