has-taiar / SQLite.Net.Cipher

An easy to use extension for SQLite.Net PCL that allows you to seamlessly encrypt/decrypt data when inserted/accessed from the database by adding one simple attribute. Works great on all major platforms (iOS, Android, Windows Universal)
http://www.hasaltaiar.com.au/sqlite-net-cipher-secure-your-data-on-all-mobile-platforms-seamlessly-and-effortlessly/
MIT License
24 stars 21 forks source link

Inserts Perfomance Issue #9

Open goisve opened 6 years ago

goisve commented 6 years ago

Hi , I have a small table with 4 "secure" columns. I want to insert about 1000 rows , but each insert takes about one second. Any suggestion how I can reduce this operation?