How can I connect to db with android Room Database library.
I have Room Database and SQLCipher libs for Android. I want to design Dao interface for readin data using Kotlin Flow. But I don’t understand algorithm, how database enc key created using my secret key with salt.