awslabs / aws-mobile-appsync-sdk-android

Android SDK for AWS AppSync.
https://docs.amplify.aws/sdk/api/graphql/q/platform/android/
Apache License 2.0
105 stars 58 forks source link

How can we encrypt cache data #394

Open sunnyeverestek opened 2 years ago

sunnyeverestek commented 2 years ago

As I can see my queries and mutations in the database of the app (data/data/com.example.app). I download the queries and mutation DB files and opened them in SQLite DB Browser I am able to see the data which I am sending to the server or saving in my cache.

I want to encrypt the cache. Please provide me with any solutions to this.