What does sqlcipher-android actually do with password in SQLite Database with Room DB?
I already went through the code i am unable to find it?
The password is used to derive an encryption key for the database, as described here:
What does sqlcipher-android actually do with password in SQLite Database with Room DB?
I already went through the code i am unable to find it?
The password is used to derive an encryption key for the database, as described here: