Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 655 Bytes

File metadata and controls

33 lines (18 loc) · 655 Bytes

Python TPM wrapper

pytss is a python language wrapper for the Tspi library provided by the TrouSerS project. libtspi is a library for interfacing with a TPM services daemon.

Author: Matthew Garrett (matthew.garrett@nebula.com)

Installation

pip install pytss

Dependencies

  • Debian / Ubuntu
sudo apt-get install tpm-tools libtspi-dev libopencryptoki-dev libssl-dev python-pip python-dev build-essential
  • Redhat / Fedora
sudo yum install tpm-tools opencryptoki-devel trousers-devel openssl-devel python-pip python-devel