私钥未正确加密,或不是我们在生成应用签名密钥时支持的密钥类型。

huangapple go评论69阅读模式
英文:

The private key was not properly encrypted, or is not a type of key we support while generating app signing key

问题

The private key was not properly encrypted, or is not a type of key we support .
我生成了Play控制台上的播放签名密钥

$ java -jar pepk.jar --keystore=foo.keystore --alias=foo --output=encrypted_private_key_path --rsa-aes-encryption --encryption-key-path=/path/to/encryption_public_key.pem

我使用上述命令生成密钥后出现错误

The private key was not properly encrypted, or is not a type of key we support while generating app signing key

英文:

The private key was not properly encrypted, or is not a type of key we support .
I generated the play signing key on play console

$ java -jar pepk.jar --keystore=foo.keystore --alias=foo --output=encrypted_private_key_path --rsa-aes-encryption --encryption-key-path=/path/to/encryption_public_key.pem

I used above command to generate the key after generating it gives me error

The private key was not properly encrypted, or is not a type of key we support while generating app signing key

私钥未正确加密,或不是我们在生成应用签名密钥时支持的密钥类型。

答案1

得分: 1

你可以使用Android Studio的App Bundle签名工具,并在那里创建你的private_key.pepk。

从你在最后的文本输入区域添加的路径获取你的私钥。

英文:

You can use Android Studio App Bundle Signing Tool and create your private_key.pepk from there.

私钥未正确加密,或不是我们在生成应用签名密钥时支持的密钥类型。

Get your private key from the path you have added at the last Text Input area.

huangapple
  • 本文由 发表于 2023年6月29日 18:56:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/76580388.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定