python3-pyjks

Java KeyStore parser including private/secret key decryption

Description

A pure Python Java KeyStore file parser, including private/secret key decryption. Can read JKS, JCEKS, BKS and UBER (BouncyCastle) key stores.

The best way to utilize a certificate stored in a jks file up to this point has been to use the java keytool command to transform to pkcs12, and then openssl to transform to pem.

This is better:
 * no security concerns in passwords going into command line arguments,
   or unencrypted files being left around
 * no dependency on a JVM

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pyjks.readthedocs.io/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pyjks