Secure your content provider with SQLCipher

Read Time 3 minutes SQLCipher provides encryption of SQLite database files. It encrypts database using AES-256 in CBC mode. SQLCipher supports many platform including android. Here is a basic tutorial for setting up and using SQLCipher in android application. In this tutorial I’ll try to explain how can we secure our Contentprovider with SQLCipher. We need to change few …

Secure your content provider with SQLCipher Read More »