Under-development
This project is still under development, any feedback and contribution on this project would be helpful 😃
General overview ​
Trusted Platform Modules (TPMs) are security chips that aims to protect data and its integrity on
TPM resources ​
- A Practical Guide to TPM 2.0 : One of the most important books on TPMs explaining every concept in detail.
- Trusted Platform Module Library Specification : Architecture : Part 1 of the specification, it defines the architecture and every feature of what is supported in a TPM.
- Trusted Platform Module Library Specification : Structures : The Part 2 of the specification is for the definition of the structures used in the TPM.
- Trusted Platform Module Library Specification : Commands: Part 3 defines the commands and functions used to send to the TPM.
- Trusted Platform Module Library Specification : Supporting Routines : Part 4 describes the subroutines called by the commands in Part 3.
- GCP shielded VMs : Mostly concerns Google Cloud's shielded VM and their usage of vTPM.