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:06 2025 |
| md5 checksum | 424014f96dfca6f3fa1bd0186f36049c |
| build | py_0 |
| depends | javaobj-py3, pyasn1 >=0.3.5, pyasn1-modules, pycryptodomex, python, twofish |
| license | MIT |
| license_family | MIT |
| md5 | 424014f96dfca6f3fa1bd0186f36049c |
| name | pyjks |
| noarch | python |
| sha1 | 6170c038b1e77d07b1d82477e627f6eef5298c77 |
| sha256 | ac1b8199d8bb98a4ec741a4a03f70ff485462ec4b800d4ac81488e88d1b2a2cc |
| size | 25388 |
| subdir | noarch |
| timestamp | 1569426694109 |
| version | 19.0.0 |