0% found this document useful (0 votes)
16 views1 page

New Text Document

The document contains commands for using the 'pepk.jar' tool to export an encrypted private key from an Android keystore. It specifies the keystore location, alias, output path, and encryption key path. Multiple variations of the command are provided for executing the tool with the necessary libraries.

Uploaded by

Shantanu Take
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

New Text Document

The document contains commands for using the 'pepk.jar' tool to export an encrypted private key from an Android keystore. It specifies the keystore location, alias, output path, and encryption key path. Multiple variations of the command are provided for executing the tool with the necessary libraries.

Uploaded by

Shantanu Take
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

$ java -jar C:\Users\Abhay\Downloads\pepk.

jar --keystore=C:\Users\Abhay\Downloads\
android.jks --alias=androidkey --output=C:\Users\Abhay\Desktop\output --rsa-aes-
encryption --encryption-key-path=C:\Users\Abhay\Downloads\encryption_public_key.pem

java -cp C:\Users\Abhay\Downloads\bcprov-jdk18on-1.78.1.jar;C:\Users\Abhay\


Downloads\pepk.jar
com.google.wireless.android.vending.developer.signing.tools.extern.export.ExportEnc
ryptedPrivateKeyTool --keystore=C:\Users\Abhay\Downloads\android.jks --
alias=androidkey --output=C:\Users\Abhay\Desktop\output --rsa-aes-encryption --
encryption-key-path=C:\Users\Abhay\Downloads\encryption_public_key.pem

java -cp "C:\Users\Abhay\Downloads\bcprov-jdk18on-1.78.1.jar;C:\Users\Abhay\


Downloads\pepk.jar" -jar C:\Users\Abhay\Downloads\pepk.jar --keystore=C:\Users\
Abhay\Downloads\android.jks --alias=androidkey --output=C:\Users\Abhay\Desktop\
output --rsa-aes-encryption --encryption-key-path=C:\Users\Abhay\Downloads\
encryption_public_key.pem

https://chatgpt.com/c/213deb30-9882-4f30-80c4-cef74d996438

You might also like