Protect string constant against reverse-engineering

前端 未结 9 1771
借酒劲吻你
借酒劲吻你 2020-12-09 15:49

I have android application that has hard coded (static string constants) credentials (user/pass) for sending emails via SMTP.

The problem is that .dex file in .apk c

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 16:33

    We can use "jni module" to keep 'Sensitive Hardcoded Strings' in the app. when we try to reverse engineer APK file we get lib folder and .so files in respective process-folders. which can not decrypt.

提交回复
热议问题