tpm2-software/tpm2-tss

NVram with sensitive data

JordanLBogdanov opened this issue · 4 comments

I have 2 questions about writing sensitive data in the TPM's NVRAM :

  • Can the data be extracted?
  • When is the data permanently lost?
  • Sensitive data stored in NVRAM should be protected by passwords or extended authorization (EA) policies.
  • The data will be lost after executing TPM2_Clear or TPM2_NV_UndefineSpace

@JuergenReppSIT is TPM2_Clear equal to BIOS NVram Clear procedure?

@JordanLBogdanov you should check the technical info of your BIOS what's exactly the functionality of "BIOS NVram Clear".

Thank you.