How to store SQLcipher password locally

I am working on an application that uses SQLcipher, and it is disabled, so I could not get the key from the server to communicate with the encrypted database. I have to store it securely somewhere inside the device. One solution would be to keep the key in preference, but if the phone is rooted, you can access these folders. The data used in the application is very confidential, and I cannot allow them to access. It would be great if you would recommend things to sort this case. Thanks in advance.

+6
source share
1 answer

You can use the hidden library on facebook for the same.

https://facebook.imtqy.com/conceal/

+2
source

All Articles