Hello Developers,

One of my apps uses custom xml files for much of the data used by the
app, I'd like to encrypt the data as part of a copy protection plan
and I would like some views about how best to go about it. I realize
that this isn't going to solve all my copy protection problems but it
will certainly make the pirates' job harder.

There are two methods I can see: I can encrypt the whole file and
decrypt it during the activity setup or I can encrypt the data in the
xml entries. I would think that encrypting the whole file and not just
parts of it is the way to go but I would like some opinions on that.

- Is there a lightweight encryption library you would recommend I use?

- What is the fastest and lightest way to access the encrypted data?

thanks,
BB

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

Reply via email to