Quantcast
Viewing all articles
Browse latest Browse all 3963

SQLiteDatabase encrypted with SQLCypher?

I need to be able to read and write to a SQLite database from a third-party application, the database is encrypted with SQLCypher. I have the key, however when I set it via .EncryptionKey and then try to .Connect, I get DatabaseException 26 - file is not a database.

Is there some trick to working with this kind of SQLite database?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3963

Trending Articles