简体   繁体   English

是否可以从APK恢复p12证书?

[英]Is it possible to Recover p12 certificate from APK?

Is it possible to recover the original p12 certificate from an APK file? 是否可以从APK文件中恢复原始的p12证书? I don't believe I've lost it, but the one I deem to be the correct .p12 file no longer works, throwing "IOException: Redundant length bytes found" in Flash Builder... 我不认为我已经丢失了它,但是我认为是正确的.p12文件不再起作用,在Flash Builder中抛出“ IOException:找到了冗余长度字节” ...

No, it is not possible. 不,不可能。 The p12 is not included in the APK. p12不包含在APK中。

If it were included, anyone could get it and try to break the key and could sign the application in your name 如果包含它,则任何人都可以获取它并尝试破解密钥,并可以使用您的名字对应用程序进行签名

Try to check the p12 with openssl 尝试使用openssl检查p12

openssl pkcs12 -info -in keyStore.p12

Or open it with KeystoreExplorer . 或使用KeystoreExplorer打开它。 if this works, export the key to another p12 如果可行,将密钥导出到另一个p12

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM