0

I have a database I encrypted using SQLite Encryption Extension being used with MobileServiceSQLiteStore.

Is there anyway to use DB Browser with SqlCipher to view the database. I have the key that was used to decrypt the database.

1 Answer 1

0

No, SQLCipher is not compatible with the SQLite Encryption Extension. You may be able to use a command line shell compiled with SQLite Encryption Extension support to open the database.

Sign up to request clarification or add additional context in comments.

2 Comments

Yeah seems to match what I am finding. It looks like SqlCipher just encrypts the pages while SEE encrypts the while file.
They actually work in a similar way. The whole file is encrypted with both systems. Both encrypt on a per-page level, because SQLite databases are structured that way. However, the key derivation and encryption algorithms used differ.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.