Hi, new to Couchbase lite. I am using the IOS version (1.2) . I notice that if i do not encrypt the database and store some data, i am able to open the database db.sqlite3 which is stored under the files for the simulator. However if i encrypt the database using a key , then i am unable to open the db.sqlite3 database using sqlcipher even if i use PRAGMA key = ‘some key’, which i the same key that i passed to [manager registerEncryptionKey :@‘some key’ :@‘databaseName’]. I have also tried using Couchbase Lite Viewer to open the encrypted file, but no success.
I guess one way to check the data is to replicate the data to another database which is not encrypted. Are there other options?
Thanks in advance.