A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU
Project description
securesystemslib
Securesystemslib is a cryptography interface for signing and verifying digital signatures. It is developed for the TUF and in-toto projects: the key and signature containers are compatible with metadata formats from those projects.
Under the hood, Securesystemslib can use various digital signing systems (e.g. cryptography, PIV hardware keys and multiple cloud-based key management systems).
Installation
The default installation supports pure-Python ed25519
signature
verification only. To enable other schemes and
signature creation, securesystemslib
can be installed with extras. See
pyproject.toml for available optional dependencies.
# Install with ed25519, RSA, ECDSA sign and verify support
pip install securesystemslib[crypto]
# ...or with HSM (e.g. Yubikey) support
pip install securesystemslib[hsm]
Usage
python-securesystemslib.readthedocs.io
Contact
- Questions and discussions:
#securesystemslib-python
on CNCF Slack - Security issues: Report a vulnerability
- Other issues and requests: Open a new issue
Testing
tox
is used for testing. It can be installed via
pip and executed from the
command line in the root of the repository.
tox
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
Built Distribution
File details
Details for the file securesystemslib-0.30.0.tar.gz
.
File metadata
- Download URL: securesystemslib-0.30.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a769e4816921ac4059c8c149ab5f69ed7cd92859857f0e17b67a3dd7bbee866 |
|
MD5 | ce5dfa386522ab6b4003c9a6e939543a |
|
BLAKE2b-256 | 0b657b11f438ab1fe724c9eae8d2aa0165b6127d648ad154b38d7b1c36bb5894 |
File details
Details for the file securesystemslib-0.30.0-py3-none-any.whl
.
File metadata
- Download URL: securesystemslib-0.30.0-py3-none-any.whl
- Upload date:
- Size: 927.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b290de294aa0972c4ac6ecb036da24ed86e312de980c57adf1b92ad37667e43 |
|
MD5 | 8a8006fbb4e7a21c487929d63d275f23 |
|
BLAKE2b-256 | d26b32b526eef789948ad284053e4c555dfc22887b382e8d931cc8435307955b |