java 忘记密码后如何恢复密钥库密码
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/44854737/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to recover a keystore password after you forget it
提问by Youcef Boutaoutaou
I have a set of applications and I always use one signature for all applications before publishing them in the store and I happened to forget the keystore password even though I have a username. Is it an effective way to retrieve the password?
我有一组应用程序,在将它们发布到商店之前,我总是对所有应用程序使用一个签名,即使我有用户名,我也碰巧忘记了密钥库密码。这是找回密码的有效方法吗?
回答by Mandraenke
If you lost the keystore password - maybe this gist helps:
如果您丢失了密钥库密码 - 也许这个要点有帮助:
https://gist.github.com/zach-klippenstein/4631307
https://gist.github.com/zach-klippenstein/4631307
Of course - it does not recover the old password and does not work for the key password itself. Apart from that - way too often the keystore password is left "changeit".
当然 - 它不会恢复旧密码,也不适用于密钥密码本身。除此之外 - 密钥库密码经常被留下“changeit”。