【问题标题】:Failed to decrypt keystore, invalid store password or store password not supplied - BlackBerry Signing Error无法解密密钥库、无效的存储密码或未提供存储密码 - BlackBerry 签名错误
【发布时间】:2016-04-07 09:35:09
【问题描述】:

我的 Android Runtime Apk 转换后的 Bar 文件位于 BB World Store。我正在为商店中现有的应用程序更新新版本。我正在使用 BlackBerry Apk Packager 工具在商店中签署和部署应用程序。我的 bar 文件生成成功,生成 bar 文件后它正在请求密钥库密码,当我输入我的密码时它说,

签名失败。您想现在运行签名配置吗?

在输出窗口中,显示如下错误:

无法解密-pt keystore,无效的存储密码或存储密码 未提供。

我的令牌文件和 p12 文件位于以下位置:

C:\Users\PcName\AppData\Local\Research In Motion\bbidtoken.csk

C:\Users\PcName\AppData\Local\Research In Motion\author.p12

如何获取新的密钥库密码?如果我重置我的密钥库密码,我将无法更新我在商店中的现有应用程序吗?

【问题讨论】:

    标签: blackberry-10 keystore


    【解决方案1】:

    如果您是创建密钥库的人,您可以尝试使用您要使用的密码重新创建它。 Java Keytool 是一种使用您拥有的证书生成密钥库的选项。

    例如:

    \CommonFiles\OpenJDK\bin>keytool -v -importkeystore -srckeystore <your cert> -srcstoretype PKCS12 -destkeystore <your keystore>
    -deststoretype JKS
    Enter destination keystore password:
    Enter source keystore password:
    
    Entry for alias <your alias> successfully imported.
    Import command completed:  1 entries successfully imported, 0 entries failed or cancelled
    

    【讨论】:

      猜你喜欢
      • 2021-02-24
      • 1970-01-01
      • 2023-02-01
      • 2021-01-24
      • 1970-01-01
      • 2019-03-10
      • 2019-07-29
      • 2015-10-19
      • 1970-01-01
      相关资源
      最近更新 更多