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 these 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)