Closed Realbbyz closed 6 years ago
暂时没有导出这个属性,下个版本会增加设置项。
On Mon, Sep 18, 2017 at 12:21 PM, Realbbyz notifications@github.com wrote:
目前默认是SHA1,希望切换到SHA256
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/197, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYuuCOxATboeA6xgnvviH3OUcC2ELks5sje_JgaJpZM4Paa4Q .
OK,多谢
再追问下,下个版本大概计划什么时间发布?
准备周末
太好了,非常感谢及时回复,扩展设置项的使用规则也请在新版本中明示。
plz try 1.2.7
Hi, @simpleton
试用了1.2.7和1.2.8,发现增加 digestalg = "SHA256" 参数后,不管是V1还是V2签名,混淆后的版本都有问题,APK大小变为1KB。
@看了下修改这个问题的代码,下面这一块变量的赋值是不是有点问题?
@Realbbyz 有什么问题?
左边的变量名是不是少了个e,我看后面调用的都是带e的?
嗯,那个只是log,不碍事的。但你提的现象确实存在。我还在fix中
On Thu, Nov 23, 2017, 10:41 PM Realbbyz notifications@github.com wrote:
左边的参数名是不是少了个e,我看后面调用的都是带e的?
— You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/197#issuecomment-346753745, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYnIFJsdSB5waIWzVEfZC0ZP7b-j1ks5s5mUtgaJpZM4Paa4Q .
1K的原因是签名失败,原先的签名算法的名称写的有错误,需要添加-,比如(SHA-256)。你可以更新到1.2.9,这个版本如果签名失败会throw出exception,不会继续剩下的流程.
On Fri, Nov 24, 2017 at 12:44 AM, Shengjie Sun sunsj1231@gmail.com wrote:
嗯,那个只是log,不碍事的。但你提的现象确实存在。我还在fix中
On Thu, Nov 23, 2017, 10:41 PM Realbbyz notifications@github.com wrote:
左边的参数名是不是少了个e,我看后面调用的都是带e的?
— You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/197#issuecomment-346753745, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYnIFJsdSB5waIWzVEfZC0ZP7b-j1ks5s5mUtgaJpZM4Paa4Q .
目前默认是SHA1,希望切换到SHA256