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
The interface within SQLCipher for Android to execute the PRAGMA rekey command is via the rawExecSQL call on the SQLiteDatabase instance. Here is an example of the usage from our test suite.
SQLCipher allows to specify the used key directly (not using a password).
From SQLCipher:
Am I missing something or is this not possible with the Android SQLite API?
The text was updated successfully, but these errors were encountered: