Get Error when insert in table : "no such table"

Hello,i use the sqlCipher for encrypt database,but show this error:

E/SQLiteLog: (26) file is encrypted or is not a database
E/DefaultDatabaseErrorHandler: Corruption reported by sqlite on database
E/DefaultDatabaseErrorHandler: !@ make .back file
E/Database: Error inserting into
net.sqlcipher.database.SQLiteException: no such table: …

please give an idea.
Excuse,Language English is weak):

Hello @Ahmad_Azarnia

It sounds as if an invalid password is being provided to the database connection, you might try putting some logging into your application to see what is occurring.