如何从签名的 apk 中获取密钥库文件 [英] How to get keystore file from signed apk

查看:85
本文介绍了如何从签名的 apk 中获取密钥库文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经用默认的 debug.keystore 密钥对我的 apk 进行了签名.但不幸的是我的系统被破坏了,现在我需要从已经签名的 apk 中获取密钥库.

I have already signed my apk with default debug.keystore key.But unfortunately my system destroyed,Now I need to get the key store from the already signed apk.

用新apk替换旧apk.

to replace with old apk with new apk.

我有 MD5、SHA 指纹.但我可以将它们作为密钥库来签署 apk.

I have MD5,SHA fingerprints with.But i could make them as keystore to sign the apk.

如有任何建议,我们将不胜感激.提前致谢.

Any suggestions would be appreciated.Thank you in advance.

推荐答案

unzip -p Name-of-apk.apk META-INF/CERT.RSA | keytool -printcert

是我用过的.

它会生成所有者、发行者、序列号、有效通过、证书指纹、签名算法和版本等信息.

It produces information such as the owner, issuer, serial number, valid through, certificate finger prints, signature algorithms and version.

这篇关于如何从签名的 apk 中获取密钥库文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆