Pure-Python Java Keystore (JKS) library
Project 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:
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 for more!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyjks-18.0.1.dev0.tar.gz
(25.2 kB
view details)
Built Distribution
File details
Details for the file pyjks-18.0.1.dev0.tar.gz
.
File metadata
- Download URL: pyjks-18.0.1.dev0.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b6ab4264b4f31570fd55f0fec13ab2553504ce5eb50cbc8c69817c462152f09 |
|
MD5 | 199bdfcdf6ba141dbbd4ebe1c458db9a |
|
BLAKE2b-256 | d2b8c6195da7480ed2e4a8035bf6b688feeeb4a79e3abb30dfeb12b4ff85a304 |
Provenance
File details
Details for the file pyjks-18.0.1.dev0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyjks-18.0.1.dev0-py2.py3-none-any.whl
- Upload date:
- Size: 45.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e89e61b5ac67721dc1af72be7d7362908f934b57d5fd06de8b1681fa17a0b6e |
|
MD5 | 4be2c6280dc38ce80f2e66156300edc2 |
|
BLAKE2b-256 | 2994bfc74e47d980dd494e437c9ca7a72a9c210c2aa4027695d47ab28e1a74aa |