简体   繁体   中英

Using Sqlcipher with sqlite-net in MonoTouch

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM