Prevents sensitive literals and strings from existing in their original form, making them accessible only at runtime.
A mobile banking app encrypts sensitive data so it’s not stored in plaintext within the app package.
Does hiding sensitive values help prevent attackers from extracting secrets from an app?
Yes.