CMD + K

pyjks

Community

Pure-Python Java Keystore (JKS) library

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::pyjks

Usage Tracking

20.0.0
19.0.0
18.0.0
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

PyJKS enables Python projects to load and manipulate Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS, JCEKS, BKS and UBER (BouncyCastle) keystores. Simply:: pip install pyjks Or:: easyinstall pyjks Then:: import jks keystore = jks.KeyStore.load('keystore.jks', 'passphrase') print(ks.privatekeys) print(ks.certs) print(ks.secretkeys) And that's barely scratching the surface. Check out the usage examples on GitHub <https://github.com/kurtbrose/pyjks#usage-examples> for more!"

About

Summary

Pure-Python Java Keystore (JKS) library

Last Updated

Apr 1, 2025 at 02:06

License

MIT

Total Downloads

4

Supported Platforms

noarch