age-plugin-tpm icon indicating copy to clipboard operation
age-plugin-tpm copied to clipboard

:key: TPM 2.0 plugin for age

Results 6 age-plugin-tpm issues
Sort by recently updated
recently updated
newest added

It would be nice if we could also seal the keys given a set of PCR values. Even nicer would be support for [FAPI policies](https://tpm2-software.github.io/fapipolicies/) which could be provided in...

https://github.com/C2SP/C2SP/pull/31

Currently `age-plugin-tpm` makes ephemeral NIST P256 key in software when the someone encrypt something with the recipient. There is probably(?) nothing stopping us from creating an ephemeral key inside the...

enhancement
tpm2

This pull request updates the README to fix some bad paths (the example didn't work) and aligns the input with the output. Additionally, rather than hinting that `AGE_TPM_PIN` is how...

I think it would be better to print prompts like https://github.com/Foxboron/age-plugin-tpm/blob/5dedd8a6a240ef68851884fe850293e3cc954ac6/cmd/age-plugin-tpm/main.go#L90-L100 to `stderr`, ~as is common in POSIX applications~. This became problematic for me when I was trying the following:...