android database encryption

Posted by user121196 on Stack Overflow See other posts from Stack Overflow or by user121196
Published on 2010-02-04T23:23:36Z Indexed on 2010/03/20 7:11 UTC
Read the original article Hit count: 149

Filed under:
|
|

android uses sqlite database to store data, I need to encrypt the sqlite database, how can this be done? I understand that application data is private. However I need to explictly encrypt the sqlite database that my app is using.

© Stack Overflow or respective owner

Related posts about android

Related posts about sqlite