How to make apk Secure. Protecting from Decompile

后端 未结 7 1011
忘了有多久
忘了有多久 2020-11-28 19:12

I am developing an application that has SQLite database to store personal information that must be protected. What are some ways of protecting these personal data? An APK ca

7条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 19:47

    You may read my post at: http://www.androidpit.com/en/android/forum/thread/567093/An-Analysis-of-Android-APK-Protect-Shell-APKProtect. The APK added with protect shell of APK Protect is seems unable decompile. I mean, the encrypt method is very advanced. Even a master hacker need long time to crack it.

提交回复
热议问题