Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

anaconda.org : pyjks

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!"

Registry - Source - Homepage - JSON
purl: pkg:conda/pyjks
Keywords: cryptography, jceks, jks, keystore, pyasn1, python, security, ssl
License: MIT
Latest release: over 3 years ago
First release: over 5 years ago
Stars: 122 on GitHub
Forks: 32 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

    Loading...
    Readme
    Loading...