You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**WARNING:** In case you lose the database password you have no way to recover the data.
14
14
@@ -72,7 +72,7 @@ Some other projects by [@brodybits](https://github.com/brodybits):
72
72
- Uses libTomCrypt for encryption which *may* be inferior to OpenSSL for encryption and apparently runs much more slowly
73
73
- WAL/MMAP *disabled* for Windows Phone 8.1
74
74
- JSON1 not working for Windows
75
-
-with a minor adjustment in [litehelpers / sqlcipher-winrt-fix](https://github.com/litehelpers/sqlcipher-winrt-fix)to use `fopen_s` instead of `fopen` for WinRT (Windows 8.1/Windows Phone 8.1/Windows 10)
75
+
-**NOTE:** libTomCrypt may have inferior entropy (randomness) for encryption. It is desired to replace libTomCrypt with a recent build of the OpenSSL crypto library.
76
76
- Android version:
77
77
- Build from [litehelpers / android-database-sqlcipher-api-fix](https://github.com/litehelpers/android-database-sqlcipher-api-fix), now supports Android N (preview) and fixed for Android API 23
78
78
- ARM (v5/v6/v7/v7a) and x86 CPUs
@@ -414,7 +414,7 @@ db.transaction(function(tx) {
414
414
tx.executeSql('INSERT INTO MyTable VALUES (?)', ['test-value'], function(tx, resultSet) {
0 commit comments