anjuna-decrypt
DESCRIPTION
When running an application in the Anjuna SGX Runtime, some files can be transparently encrypted by the Anjuna SGX Runtime without any modifications to the application using an RSA public key (specified by the keys
entry in the manifest) provided by the user. The anjuna-decrypt
enables you to decrypt such files.
See the Configuration Reference for information about how to specify the public key that the Anjuna SGX Runtime uses to encrypt files and how to specify the list of files to be encrypted.
OPTIONS
-k, --key-file string Decryption key filename (required)
-o, --out string Decrypted output filename (optional)