Hi Slater,

You could write a Java util to encrypt the file, then use the same
algorithm and key to decrypt it in your android app before reading.

Kirk

On Apr 21, 12:04 pm, Slater <[email protected]> wrote:
> Hi,
>
>        I plan to bundle an xml data file that has all the metadata
> required by the application. When my app loads for the first time, the
> xml data file is read and local database is created and populated.
> This xml file is a crucial part of my app and it holds at least 100k
> entries. I don't want this data to be compromised.
>
> Is there a way to encrypt this data file so that the file is
> unreadable in case someone opens the .apk file and extracts the data
> file.
>
> Your help is highly appreciated.
>
> Thanks,
> Slater.
--~--~---------~--~----~------------~-------~--~----~
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