SharkOverBite
SharkOverBite
Hi folks, I just opened https://github.com/nokia/TPMCourse/issues/22, because I think the example they include of sealing data in nvram with a PCR policy is misleading. I'm opening a related issue here,...
``` tpm2-totp -P - init verysecret ``` should [be](https://stackoverflow.com/a/21261742) ``` tpm2-totp -P - init verysecret ``` The following is cryptic: ``` It is not yet possible to specify specific PCR...
I'm not sure whether all the constant were generated manually or with a script, but there's a systematic error due to imporeprly combing Hex and Decimal numbers: from /usr/include/tss2/tss2_tpm2_types.h: ```...
While playing with low-level code for interacting with the TPM, I found it useful to sniff the on-the-wire traffic sent via `tpm2_* ` commands to the TPM. It's sometimes much...
I had a go at sealing a secret using a PCR policy using command-line tpm2-tools. After piecing together some scattered references It wasn't too hard getting it working. The command...