Give me the way, how i can encrypt/decrypt SQLite with MvvmCross, please.
I'm writing the app on Xamarin for two platforms, iOS and Android. And i'm using MvvmCross in the project.
I'm so confused.
The better way is SQLitePCL.raw with sqlcipher, i guess. But i don't know how exactly combine sqlcipher with SQLitePCL.raw. I can use some SQLitePCL.plugins.* for adding "sqlcipher provider" to each platform, but how it use on C# level? How i can set PRAGMA key into my C# code, for example?