litehelpers / Cordova-SQLitePlugin-legacy-iOS-broken-bug666

Cordova/PhoneGap SQLitePlugin for iOS as of September 2013, no longer supported - BROKEN due to BUG litehelpers/Cordova-sqlite-storage#666
89 stars 30 forks source link

SQLCipher interface #32

Closed brodybits closed 8 years ago

brodybits commented 11 years ago

There was some demand in the past for a version to work with encryption and I suspect this may happen in the future. I had found sqlcipher.net and they provide versions for both iOS: http://sqlcipher.net/ios-tutorial/ and Android: http://sqlcipher.net/sqlcipher-for-android/

This will require is related to #31: sqlite replacement.

brodybits commented 11 years ago

As stated in the new Announcements section of README.md, a quick test of the SQLCipher interface with Android seems to be working now: mobileapphelp.blogspot.com/2012/08/trying-sqlcipher-with-cordova.html

brodybits commented 8 years ago

Supported in Cordova-sqlcipher-adapter