You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your library to encrypt and store a small piece of data (a key seed) on a tpm2 device, in a way that i can retrieve this data back anytime if system integrity is intact (under linux). The example code in the docs is not clear on how to encrypt some data and store it on the device nv memory (sealing).
To be honest, finding good docs for tpm and how to use it is not an easy task. your library looks very clean and organized with api docs. It's just missing more example use cases.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying to use your library to encrypt and store a small piece of data (a key seed) on a tpm2 device, in a way that i can retrieve this data back anytime if system integrity is intact (under linux). The example code in the docs is not clear on how to encrypt some data and store it on the device nv memory (sealing).
To be honest, finding good docs for tpm and how to use it is not an easy task. your library looks very clean and organized with api docs. It's just missing more example use cases.
Thanks in advance.
The text was updated successfully, but these errors were encountered: