I have some sensitive data that is stored in SQLite for an Android app. I need to be able to encrypt when persisting but then also decrypting when deserializing from the database too. Not sure what my options are on Android for doing this?
Share
No simple answer here. Guess Ill just use something simple to mangle the column values when serializing.