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-17.1.1.tar.gz
(24.9 kB
view details)
File details
Details for the file pyjks-17.1.1.tar.gz.
File metadata
- Download URL: pyjks-17.1.1.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
709c44a303dd6b2464078ebeb677417e717818d4b3dc3844a462bef9d215dcc8
|
|
| MD5 |
d53501e7c80d465969742bc6bee91d49
|
|
| BLAKE2b-256 |
1790ca8a450917daa5f2c4b810baada98795c91bf53630542608f283e7bdd83e
|