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 | de4568baaf85eb7f6ebe7d6a2470663e |
| build | py_0 |
| depends | javaobj-py3, pyasn1 >=0.3.5, pyasn1-modules, pycryptodomex, python, twofish |
| license | MIT |
| license_family | MIT |
| md5 | de4568baaf85eb7f6ebe7d6a2470663e |
| name | pyjks |
| noarch | python |
| sha1 | 0c5bbcf798f2796b04af9cfed23944eae1a679fe |
| sha256 | bcd8dffbf632feeb53f339d6b595e03312527d6398ae0f9b99386674bb19dca0 |
| size | 24837 |
| subdir | noarch |
| timestamp | 1599767020916 |
| version | 20.0.0 |