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(keystore.private_keys) print(keystore.certs) print(keystore.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-20.0.0.tar.gz
(25.7 kB
view details)
Built Distribution
File details
Details for the file pyjks-20.0.0.tar.gz
.
File metadata
- Download URL: pyjks-20.0.0.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044 |
|
MD5 | 1a6bce95484f1f62f8ff59755972c632 |
|
BLAKE2b-256 | 9a3d69e49f948f4daa09d27ac3c5378d44107e1bf98b3b5c0f847121c3773945 |
File details
Details for the file pyjks-20.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyjks-20.0.0-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 | 394dee142ecff6b1adc36f64356e5584732f1859575aa03b9cf5d5541a9e3460 |
|
MD5 | 90a9f05ca4fb7a44f2669cb1d752ab07 |
|
BLAKE2b-256 | 2846e1f2c679d9c6c76a5fda4eb99922a51141803089bf58e77c74a1fe6f9033 |