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 keys
entry in Configuration Reference for instructions on how to specify
the key that the Anjuna SGX Runtime uses to encrypt files and how to specify the list of files to be encrypted.
OPTIONS
anjuna-decrypt [OPTIONS] ENCRYPTED_FILENAME --aes-key string Base64 encoded AES128 key to decrypt the file with -k, --key-file string Decryption key filename -o, --out string Decrypted output filename (optional)