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.
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.