Skip to main content

Decrypt

The Decrypt activity decrypts data using the specified algorithm and key.

Configuring the Decrypt Activity

To configure the Decrypt activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredName of the Decrypt activity stepMyActivity
DescriptionOptionalBrief description of the decryption operationOptional: describe what this activity does
Encryption TypeRequiredSelect the encryption method used to encrypt the input (e.g. PGP or SSL) Options: PGP, SSL / RSA, AES.PGP, SSL / RSA, AES
Encryption ResourceRequiredThe certificate used to perform the decryption
SecretKey FormatRequiredSelect Secret Key format Options: Text, Binary (Base 64).Text, Binary (Base 64)
Output FormatRequiredSelect Output format Options: Text, Binary (Base 64).Text, Binary (Base 64)

Input

FieldRequiredData TypeDescriptionExample
ContentOptionalStringEncrypted content to be decrypted (Base64-encoded)
Secret KeyOptionalStringSecret key used during decryption (Base64 or Text)

Output

FieldRequiredData TypeDescriptionExample
ContentOptionalStringThe original plaintext result after decryption