Skip to content

Commit 98498b8

Browse files
committed
Add TPM-JS reference
TPM-JS allows to experiment with a software TPM in the browser. This commit adds a reference both in the external and software section. Signed-off-by: Christian Plappert <[email protected]>
1 parent 70a09a1 commit 98498b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

externalresources.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ permalink: /external/
2424
# Teaching
2525
- [Introduction To Trusted Computing by Ariel Segall](http://opensecuritytraining.info/IntroToTrustedComputing.html) [Videos](https://www.youtube.com/playlist?list=PLUFkSN0XLZ-kBgdLhorJD6BR66D5kGoUV)
2626

27+
# Tutorials
28+
- [Interative Tutorial](https://google.github.io/tpm-js/)
29+
2730
# Books
2831
- Trusted Computing Platforms: TPM2.0 in Context by Graeme Proudler, Liqun Chen, et al, 2016
2932
- A Practical Guide to TPM 2.0: Using the Trusted Platform Module in the New Age of Security by Will Arthur and David Challener, 2015

software.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ permalink: /software/
2424
- [LVFS / fwupd](https://fwupd.org/): [Post1](https://blogs.gnome.org/hughsie/2018/12/14/firmware-attestation/), [Post2](https://blogs.gnome.org/hughsie/2019/04/10/using-a-client-certificate-to-set-the-attestation-checksum/)
2525
- [ESAPI Rust Wrapper](https://crates.io/crates/tss-esapi) [Docs](https://docs.rs/tss-esapi/1.0.1/tss_esapi/)
2626
- [tpm2-pytss](https://github.com/tpm2-software/tpm2-pytss) [![PyPI version](https://img.shields.io/pypi/v/tpm2-pytss.svg)](https://pypi.org/project/tpm2-pytss)
27+
- [TPM-JS](https://google.github.io/tpm-js/)
2728

2829
# Projects requiring TPM 2.0 support
2930
- OpenVPN

0 commit comments

Comments
 (0)