mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-11-10 01:12:10 +00:00
48 lines
1.5 KiB
Markdown
48 lines
1.5 KiB
Markdown
# [TPM.dev] tutorials
|
|
|
|
Tutorials from [TPM.dev] members and other contributors
|
|
|
|
## Motivation
|
|
|
|
To share developer-friendly resources about Trusted Platform Modules(TPM) and hardware security, including other Hardware Security Modules(HSM).
|
|
|
|
Why GitHub?
|
|
- To have an easy way of improving existing [TPM.dev] tutorials
|
|
- To collaborate on creating new ones
|
|
|
|
## Current list of tutorials from [TPM.dev] members
|
|
|
|
1. [Boot with TPM: Secure vs Measured vs Trusted](Boot-with-TPM/tpmboot.md)
|
|
1. [Random Number Generator](Random_Number_Generator/article.md)
|
|
1. [Attestation, MakeCredential, ActivateCredential](Attestation/README.md)
|
|
1. Introduction to TPM Concepts (Work in progress - PR #8)
|
|
|
|
## List of tutorials that will be transfered to GitHub from [TPM.dev]
|
|
|
|
1. Localities
|
|
1. Remote Attestation protocols
|
|
1. Quick setup for TPM.dev courses
|
|
1. Attestation Part 1
|
|
|
|
## Contributors
|
|
|
|
* Dimi Tomov
|
|
* Ritwik Mandal
|
|
* Daniel Smith
|
|
* Ian Oliver
|
|
* Nico Williams
|
|
* Ken Goldman
|
|
* Trammell Hudson
|
|
* Jason Heiss
|
|
|
|
## Licensing
|
|
|
|
Every author has the freedom to decide how their tutorial will be licensed by adding a LICENSE file to their tutorial's subfolder.
|
|
|
|
Otherwise, this work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
|
|
|
|
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
|
|
|
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
|
|
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
|
|
[TPM.dev]: https://tpm.dev
|