Replies: 1 comment 1 reply
-
SQLCipher was updated in SQLiteStudio 3.3, therefore you probably need to enable backward compatibility with your database. You need to do it in the "Cipher configuration" field: I'm not sure which version you need to put there (1, 2 or 3). The most recent version (and default) is 4. You need to try and test. Here's official documentation: https://www.zetetic.net/sqlcipher/sqlcipher-api/#cipher_compatibility If you want to migrate your database to newer version: https://www.zetetic.net/sqlcipher/sqlcipher-api/#cipher_migrate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't open database (sql sipher) created in SQLiteStudio 3.2.1 using SQLiteStudio 3.3.3. I have now 2 studios 3.2.1 and 3.3.3. Version 3.3.3 can't open (test function also fails) the database. The password is OK - I checked it 100 times.
Any ideas what to do ?
Beta Was this translation helpful? Give feedback.
All reactions