سؤال

I have an ios app in MonoTouch where i have to add encryption to my database. The database is created using sqlite-net libraries (https://github.com/praeclarum/sqlite-net). Is it possible to use Sqlcipher with sqlite-net?

The sample i found is using Ado.net. works fine.. How to integrate Sqlcipher with sqlite-net?

هل كانت مفيدة؟

المحلول

SQLCipher for Xamarin has included support for sqlite-net. We show a usage example with sqlite-net in the Getting Started page.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top