Neo
Neo
Sorry my error
Dear Sir sorrry i try it ALGORITHM = "AES-128-ECB" & ALGORITHM = "AES" if i use my self `fun encryptOrigin(input: ByteArray): ByteArray { val decodeKey = AES_KEY.toByteArray() var crypted: ByteArray="".toByteArray()...
> @CMingTseng 在该分支已经修复 zip 异常,https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found > 我不知道你的应用场景是什么,但是最好的办法是在 native 中加解密,后续我会更新。 我推了新的PR https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found 不知道為何Zip這個class異常 然後我修改了 proxy_tool部分 增加判別Java_home的位置 以及 current work folder path的路徑
> @KevinnZou Thanks, but I was digging deeper, and found out, the problem happens with every UIKitView (I beleive you use that one too for ios wkwebview), even with just...