Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
securesystemslib — Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU | Kitploit
Tools/GitHubGitHub/secure-systems-lab/securesystemslib
CryptographyHardware SecuritySupply Chain SecurityAuthentication
GitHubsecure-systems-lab/securesystemslib

securesystemslib

Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
55593 days agoReviewed by Kitploit

securesystemslib

CI Documentation Status

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.

root@kitploit:~
# Install with ed25519, RSA, ECDSA sign and verify support
pip install securesystemslib[crypto]
root@kitploit:~
# ...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: see Security policy
  • Other issues and requests: Open a new issue

Contribute

See Instructions for contributors.

Legacy key migration

Use migrate_keys script to convert key pairs generated with legacy keys or interface modules to a consistent standard format, which is compatible with CryptoSigner. The script requires securesystemslib~=0.31.0.

Download Tool