How to use SQLCipher with the AndroidKeyStore?

Hello!

I’m new to Android and sqlcipher. Currently I am delevoping an android-application including a sqlite-database.

I wanna use sqlcipher to encrypt the database and work with the AndroidKeyStore for saving the key.

Can you give me some tipps how to realize this?

Thanks for help!

Hi @Student

Thank you for your interest in SQLCipher. We have a tutorial on integrating SQLCipher for Android into an application here. For usage of the Android KeyStore, I would recommend starting with the Android Keystore system documentation.