anjuna-encrypt
Encrypt a file for a specific enclave.
DESCRIPTION
The anjuna-encrypt
tool is used to encrypt data for a specific enclave once it has been established that the enclave is trusted. See anjuna-check-attestation to learn about verifying whether an enclave is trusted.
Using the anjuna-encrypt
tool, a client can ensure that sensitive secrets are securely transmitted to the enclave.
The anjuna-encrypt
tool uses the public key (RSA key in PEM format) generated by an enclave during the provisioning step to encrypt a specific file for this enclave.
The anjuna-encrypt
tool can encrypt files up to 16MB.
If the encryption operation succeeds then a new file is created with the same name as the original file, but with the ".sealed"
extension.