Android security - encrypting data
I would like to encrypt some of my application data, in case the phone is
lost or stolen. The Android recommendations appear to be to download the
encryption key from the internet rather than including it the code.
If someone was able to get a hold of the .apk and reverse engineer back to
readable code, could they not then work out the mechanism used to get the
encryption key? Even if the code was obfuscated, would there be enough
string values to piece together how it's done?
Thank you and any replies great fully received.
No comments:
Post a Comment