获得证书的详细信息,从APK

编程入门 行业动态 更新时间:2024-10-11 01:15:20
本文介绍了获得证书的详细信息,从APK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我如何去获得的APK与签署证书的详细信息。我有一大堆不同的证书签名的apk的,我试图将它们分组根据其证书。

How do i go about getting the details of the certificate an apk was signed with. I have a bunch of apks signed with different certificate and I am trying to group them based on their certificate.

我可以使用的jarsigner拿到证书到期的详细信息,并完成我的任务,但我很好奇,如果我能得到任何更多详情或提取公钥(我相信它储存在META-INF / cert.RSA,但它不是可读)

I can get the certificate expiry details using the jarsigner and complete my task but I was curious if I can get any more details or extract the public key ( I believe it stored in META-INF/cert.RSA but its not readable )

推荐答案

请尝试以下操作:

openssl pkcs7 -inform DER -in CERT.RSA -noout -print_certs -text

更多推荐

获得证书的详细信息,从APK

本文发布于:2023-11-08 06:17:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1568574.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:详细信息   证书   APK

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!