Need suggestions for a good way to encrypt/decrypt data stored in SQLite database on Android.

Posted by Eno on Stack Overflow See other posts from Stack Overflow or by Eno
Published on 2010-04-09T18:07:23Z Indexed on 2010/04/09 18:33 UTC
Read the original article Hit count: 478

Title says it all. 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?

© Stack Overflow or respective owner

Related posts about android

Related posts about database