Does anyone have gotten the real cause of this exception?
Suppressed: net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master;
d
danysantiago
09/19/2024, 8:03 PM
This seems like a bad passphrase / password was used with SQLCipher. That query is usually used to validate that a given passphrase is correct to decrypt the database.
a
Anselmo Alexandre
09/20/2024, 10:51 AM
Yep, was passing a wrong kay to decrypt a database which has been encrypted using a different key.
Got it sorted