tpm2-tools
tpm2-tools copied to clipboard
Add support for specifying sensitive data in keyedhash objects with sign attribute set
This should ideally work
cat "secretdata" | tpm2_create -C primary.ctx -u key.pub -r key.priv -i- -a 'userwithauth|sign|noda'
The problem with tools right now is that the sensitive data is showing empty on the command buffer.