Sunday, September 26, 2010

[android-developers] Re: SQLite Database (secure?)

You could always encrypt the data in the database. See
http://stackoverflow.com/questions/2203987/android-database-encryption

It would be nice to be able to encrypt the enture DB, but that doesn't
appear to be possible.
See http://code.google.com/p/android/issues/detail?id=191


On Sep 27, 9:16 am, Mark Murphy <mmur...@commonsware.com> wrote:
> On Sun, Sep 26, 2010 at 7:10 PM, svebee <sven.kapud...@gmail.com> wrote:
> > I just have one simple question, is it possible to extract (and read
> > records) SQLite Database out of Android application/.apk file/...)?
>
> > Because I have some important information in it, so I wanna be sure
> > it's pretty secure (only application has access to it)?
>
> Users with rooted phones can get access to any files they want.
> Otherwise, databases in the conventional on-board flash location are
> secure.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment