I am trying to encrypt and decrypt databse in my application using SqlCipher
library, but while doing decryption following exceptions are occurring..Encryption sometimes works fine.
net.sqlcipher.database.SQLiteException: file is encrypted or is not a database
CREATE TABLE android_metadata failed
Failed to setLocale() when constructing, closing the database
net.sqlcipher.database.SQLiteException: file is encrypted or is not a database
Unsatisfied Link error while using SQLCipher
library
Please help me in this.Any help would be appreciated.
Thanks