Replies: 1 comment
-
Yes, it is possible. Gramine exposes pseudo-files under Here is a sample C application that writes/reads these pseudo-files: https://github.com/gramineproject/gramine/blob/master/libos/test/regression/keys.c Here is another example (our Secret Provisioning library): gramine/tools/sgx/ra-tls/secret_prov_attest.c Lines 416 to 446 in a01265b I've seen people writing the same on Google Go and Python languages, but unfortunately I cannot find any link to such examples. But it's definitely possible. |
Beta Was this translation helpful? Give feedback.
-
Hi, everyone,
According to the docs, it seems that we should set the key of encrypted files (for specific key_name) before application running. However, my project may need to get the key from the remote during application running.
I am wondering whether it is possible set the key of encrypted files during application running. If it possible, how can I do this?
Beta Was this translation helpful? Give feedback.
All reactions