MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

Request: offer solution for resource strings too #42

Open AndroidDeveloperLB opened 3 years ago

AndroidDeveloperLB commented 3 years ago

For example those that we have to use via the manifest, such as Admob:

https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml

Or Google Maps:

https://developers.google.com/maps/documentation/android-sdk/get-api-key#add_key

MichaelRocks commented 3 years ago

I'm not sure it's possible to obfuscate string within an AndroidManifest.xml without breaking existing libraries. If you have ideas how to do it I'll appreciate you sharing them with me.

AndroidDeveloperLB commented 3 years ago

Sorry I have no idea. The only other library I know of that obfuscates/encodes strings is this one: https://github.com/StringCare/AndroidLibrary

MichaelRocks commented 3 years ago

Thank you, I'll take a look.