yongjhih / pepk

PEPK - Play Encrypt Private Key - Imported from pepk-src.jar
Apache License 2.0
40 stars 11 forks source link

What is the magic string at KeymaestroHybridEncrypter? #1

Closed Kolyall closed 1 year ago

Kolyall commented 2 years ago
def encryptedPrivateKey = new KeymaestroHybridEncrypter("eb10fe8f7c7c9df715022017b00c6471f8ba8170b13049a11e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b656cd48b9de6a".decodeHex())

What is the magic string "eb10fe8f7c7c9df715022017b00c6471f8ba8170b13049a11e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b656cd48b9de6a"?

knispeja commented 1 year ago

@Kolyall It's the public Google encryption key for app signing -- Google actually provides this information when trying to change your app signing key via the Play Console, but it's kind of hidden

image

leeyisoft commented 2 months ago
image

java -jar pepk.0.0.1.jar --keystore sign-keystore.jks --alias sign --output=sign.zip --encryptionkey=eb10fe8f7c7c9df715022017b00c6471f8ba8170b13049a11e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b656cd48b9de6a --include-cert