Ios couchbase lite SQLCipher unable to decrypt database

Those log message, especially “decrypting…” show that you removed encryption from the database (by calling -changeEncryptionKey: nil error:....

If after that you try to reopen the database using the old encryption key, it will fail.

1 Like