Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 623 Bytes

tpmstream-web

This is a simple web interface for tpmstream.

Deployment

tpmstream-web is hosted at joholl.github.io/tpmstream-web.

How to get TPM traffic?

If using tpm2-tss/tpm2-tools/..., you can use the the pcap TCTI to dump the traffic. Just copy-paste contents of tpm2_log.pcap as a hex string!

tpm2_getrandom --tcti=pcap:device:/dev/tpmrm0 --hex 10
xxd -p -c0 tpm2_log.pcap
# copy-paste the output to the web page