rapidpro / surveyor

Android client for executing RapidPro flows offline.
http://rapidpro.io
ISC License
15 stars 12 forks source link

Encryption of saved submissions #54

Open rowanseymour opened 4 years ago

rowanseymour commented 4 years ago

File level encryption of submissions so they can't be read/modified by other applications.

Something like what is described here would work. Gererate a key which is stored in the Android Keystore. Use that to encrypt submissions when they're saved, and decrypt when they're being submitted.