210029073 / cs3ip_lh3_myeyehealth

An eye health management mobile application designed for users to manage their eye heatlh
0 stars 0 forks source link

Encrypt Database #8

Closed 210029073 closed 5 months ago

210029073 commented 5 months ago

About

The current database stored in data is unencrypted, meaning that you are able to see the contents that are stored within the database.

Solution

However, there are solutions for solving this problem. One may using the SQLCipher APIs along with CWAC-SafeRoom a library that has been maintained by the GitHub contributor commonsguy

To learn more about CWAC-SafeRoom click here

To view the Medium article click here.

210029073 commented 5 months ago

Database is now encrypted.