aws-nitro-enclaves-sdk-c
aws-nitro-enclaves-sdk-c copied to clipboard
Encrypt support
I noticed that the kmstool-enclave-cli only supports a decrypt, genkey, and genrandom. Is there a reason why encrypt is not supported? I'd like to call a KMS encrypt operation on a plaintext inside the enclave. What is the best approach for doing that?
Thank you