Skip to main content

Decrypt

Description

Decrypts previously encrypted base64-encoded data using the appropriate certificate and algorithm to retrieve the original content.

Configuration

FieldRequiredDescriptionExample
NameRequiredThe name of the activity. This name must be unique in a workflow.Decrypt Zipped Log Files
DescriptionOptionalThe description of the activity. We recommend you make this as clear as possible to guide execution, foster understanding, and support collaboration.Decrypts the retrieved ZIP file containing the log files.
Encryption TypeRequiredThe encryption method, such as PGP and SSL, which was originally used to encrypt the file, and which will now be used to decrypt it.PGP
Encryption ResourceRequiredThe certificate used for decryption.NA
Algorthm TypeRequiredThe algorithm, such as RSA and AES, used for decryption.RSA

Input

FieldRequiredData TypeDescriptionExample
ContentYesStringThe encrypted data to be decrypted.NA
Secret KeyYesStringThe base64-encoded secret key used during decryption.NA

Output

FieldRequiredData TypeDescriptionExample
Decrypted DataYesBooleanThe original text after decryption.NA