Skip to content

ph4r05/python-tss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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