-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: #81
- Loading branch information
Christopher J. Brody
committed
Dec 19, 2018
1 parent
77c0384
commit 116725c
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Cordova/PhoneGap SQLCipher adapter plugin | ||
# Cordova/PhoneGap SQLCipher adapter plugin - maintenance only | ||
|
||
Native interface to sqlcipher in a Cordova/PhoneGap plugin for Android, iOS, macOS, ~~and Windows TBD,~~ with API similar to HTML5/[Web SQL API](http://www.w3.org/TR/webdatabase/). | ||
|
||
|
@@ -14,6 +14,8 @@ License terms for iOS/macOS platform version: MIT only | |
|
||
**IMPORTANT EXPORT REQUIREMENTS** described at: <https://discuss.zetetic.net/t/export-requirements-for-applications-using-sqlcipher/47> | ||
|
||
This project is under maintenance for security, data loss risk, and other critical issues at this point ([brodybits/cordova-sqlcipher-adapter#81](https://github.com/brodybits/cordova-sqlcipher-adapter/issues/81)). Active development may be resumed someday in the future, in case of sufficient interest from the user community. For priority feature requirements please contact <[email protected]> for estimation and discussion. | ||
|
||
### Multiple database problem on Android | ||
|
||
This plugin uses SQLCipher for Android which is a non-standard SQLite implementation on Android. In case an application access the SAME database using multiple plugins (with or without encryption) there is a risk of data corruption ref: [litehelpers/Cordova-sqlite-storage#626](https://github.com/litehelpers/Cordova-sqlite-storage/issues/626)) as described in <http://ericsink.com/entries/multiple_sqlite_problem.html> and <https://www.sqlite.org/howtocorrupt.html>. | ||
|