项目作者: tpm2-software

项目描述 :
Python bindings for TSS
高级语言: Python
项目地址: git://github.com/tpm2-software/tpm2-pytss.git
创建时间: 2019-09-05T21:25:34Z
项目社区:https://github.com/tpm2-software/tpm2-pytss

开源协议:BSD 2-Clause "Simplified" License

下载


tpm2-pytss

Tests
codecov
Documentation Status
CodeQL
Code style: black
PyPI version

TPM2 TSS Python bindings for Enhanced System API (ESYS), Feature API (FAPI), Marshaling (MU), TCTI
Loader (TCTILdr), TCTIs, policy, and RC Decoding (rcdecode) libraries. It allows for custom TCTIs
written in Python as well. 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:

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

To install latest stable from PyPi:

  1. python3 -m pip install tpm2-pytss

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.