I want to encrypt my android application so that it is hard to be decompiled or reverse engineered. For this I have come across dexguard. I checked from its fact-sheet that it offer multiple level of encryption and obfuscation. So I want to know whether it will also encrypt any web calls as well.
答案 0 :(得分:1)
使用DexGuard,您甚至可以加密整个Java类。由于性能原因,最好加密最小的类集。
将所有网址放在一个Java类中并加密该类。此外,您可以使用DexGuard对资产文件夹下的所有html文件进行模糊处理。
答案 1 :(得分:0)
Dexguard进行字符串加密,但我使用proguard,并且我自己加密了一些URL。
我得到加密密钥在两个明显无辜的字符串的字符之间进行异或