Transition from cipher 2.0 to 3.0 fails. Error 26 on attempt to read
问题 I've used sqlcipher for 2 years. Yesterday I've upgraded to version 3.0.1 and tried to compile sqlcipher including arm64. If I install new version of my app I can use new cipher lib without any problems. But when I try to upgrade my previous version with DB made with sqlcipher 2.0 I get error 26. It seems that new cipher can't decrypt my DB. Also I tried to compile without arm64 support. The same problem. 回答1: I've solved my problem by using PRAGMA cipher_migrate which help to migrate from