Hello @1115
You do not need to execute the PRAGMA key
command, that is handled for you with the constructor of the SQLiteConnection
. If you are accessing a database file that was created with a different major version of SQLCipher, you might consider using the compatibility mode if you are unable to upgrade the file format directly. You can review your options in detail here.