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:: easy_install pyjks Then:: import jks keystore = jks.KeyStore.load('keystore.jks', 'passphrase') print(ks.private_keys) print(ks.certs) print(ks.secret_keys) And that's barely scratching the surface. Check out `the usage examples on GitHub <https://github.com/kurtbrose/pyjks#usage-examples>`_ for more!
Uploaded | Tue Apr 1 02:06:07 2025 |
md5 checksum | ad43c8ce4a03402ed5ce7e9f068c68a1 |
build | py_0 |
depends | javaobj-py3, pyasn1, pyasn1-modules, pycryptodome, python, twofish |
license | MIT |
license_family | MIT |
md5 | ad43c8ce4a03402ed5ce7e9f068c68a1 |
name | pyjks |
noarch | python |
sha1 | a58b9ddb81139a7a213b2110315fe8aac94a6afd |
sha256 | cb8675a7ec02e5524e6bd3ee31ae947d6bc414124f1b7ea107bab24d6e83c335 |
size | 25356 |
subdir | noarch |
timestamp | 1545424462074 |
version | 18.0.0 |