HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Encode data on-device for security #95

Open HLCaptain opened 1 year ago

HLCaptain commented 1 year ago

Use Firebase to give personalized key to encode data for each user using a certain device. This is done to reduce unauthenticated access to locally cached data. Implementation can change drastically, this issue is kind of a Proof-of-Concept (POC).