mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Update SQLCipher to 4.4.3-S3
This commit is contained in:
@@ -17,7 +17,6 @@ public class SqlCipherDatabaseHook implements SQLiteDatabaseHook {
|
||||
@Override
|
||||
public void postKey(SQLiteConnection connection) {
|
||||
connection.execute("PRAGMA cipher_compatibility = 3;", null, null);
|
||||
connection.execute("PRAGMA cipher_memory_security = OFF;", null, null);
|
||||
connection.execute("PRAGMA kdf_iter = '1';", null, null);
|
||||
connection.execute("PRAGMA cipher_page_size = 4096;", null, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user