Does anyone have gotten the real cause of this exc...
# room
a
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
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
Yep, was passing a wrong kay to decrypt a database which has been encrypted using a different key. Got it sorted