Hi, I encounter a problem. Thanks for any advice!
In my application, I need to create database in client side, and then send this file to server side to do additional operations.
I upgrade my client SQLCipher to v4.0.1. However the library of server side still remain v3.
Can I use SQLCipher v3 to open this database file creating by SQLCipher v4? If can, how to?