I successfully encrypted my Room DB with SQLCipher.
I now like to give the user to option to change the DB password. So how can I change the SQLCipher password with Room DB?
I successfully encrypted my Room DB with SQLCipher.
I now like to give the user to option to change the DB password. So how can I change the SQLCipher password with Room DB?
Found the answer:
As complete code example with context:
There's even no need to close and re-open the database.