問題タブ [sqlcipher-android]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - SQLiteException: sqlcipher バージョンを 3 から 4 にアップグレード中にファイルがデータベースではありません
私はずっと前に私たちのプロジェクトにsqlcipherを統合しました。セキュリティ上の問題により、sqlcipher のバージョンをアップグレードする必要があります。私はこれの下のリンクを見てきました
- https://discuss.zetetic.net/t/migrating-from-sqlcipher-3-5-1-to-4-1-3-in-android/3652
- https://discuss.zetetic.net/t/upgrading-sqlcipher-for-android-from-3-to-4/3580
しかし、そのコードをどこに追加すればよいかわかりません。それらのコードを私のコードと統合するにはどうすればよいですか。
これは私の Logcat です
これは私のデータベース関連のコードです。
これを理解するのを手伝ってください。