All Projects → tpm2-software → tpm2-pytss

tpm2-software / tpm2-pytss

Licence: BSD-2-Clause License
Python bindings for TSS

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to tpm2-pytss

tpm futurepcr
Calculate future (next boot) TPM PCRs after a kernel upgrade
Stars: ✭ 19 (-36.67%)
Mutual labels:  tpm2
tpm2-abrmd
TPM2 Access Broker & Resource Management Daemon implementing the TCG spec.
Stars: ✭ 97 (+223.33%)
Mutual labels:  tpm2
meta-secure-core
OpenEmbedded layer for the use cases on secure boot, integrity and encryption
Stars: ✭ 80 (+166.67%)
Mutual labels:  tpm2
spire-tpm-plugin
Provides agent and server plugins for SPIRE to allow TPM 2-based node attestation.
Stars: ✭ 45 (+50%)
Mutual labels:  tpm2

tpm2-pytss

Tests codecov Documentation Status Total alerts Language grade: Python Code style: black PyPI version

TPM2 TSS Python bindings for Enhanced System API (ESYS), Feature API (FAPI), Marshaling (MU), TCTI Loader (TCTILdr) and RC Decoding (rcdecode) libraries. It also contains utility methods for wrapping keys to TPM 2.0 data structures for importation into the TPM, unwrapping keys and exporting them from the TPM, TPM-less makecredential command and name calculations, TSS2 PEM Key format support, importing Keys from PEM, DER and SSH formats, conversion from tpm2-tools based command line strings and loading tpm2-tools context files.

Documentation

Documentation for the latest release is hosted at https://tpm2-pytss.readthedocs.io/en/latest/index.html

Installing

To install the master branch:

python3 -m pip install git+https://github.com/tpm2-software/tpm2-pytss.git

To install latest stable from PyPi:

python3 -m pip install tpm2-ptss

NOTE: You may need option --user or sitewide permissions through something like sudo.

This is known to work with versions 2.4.0 of tpm2-tss or higher.

Help

License

tpm2-pytss is distributed under the BSD 2 Clause License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].