Skip to main content

Encrypt

The Encrypt activity encrypts data using the specified algorithm and key.

Configuring the Encrypt Activity

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

Configuration

FieldRequiredDescriptionExample
NameRequiredName of the Encrypt activity stepMyActivity
DescriptionOptionalBrief description of the encryption operationOptional: describe what this activity does
Encryption TypeRequiredSelect the encryption method to be used (e.g. PGP or SSL) Options: PGP, SSL.PGP, SSL
Encryption ResourceRequiredThe certificate used to perform the encryption

Input

FieldRequiredData TypeDescriptionExample
ContentOptionalStringThe original text or data to be encrypted
Secret KeyOptionalStringSecret key used during encryption (Base64-encoded)

Output

FieldRequiredData TypeDescriptionExample
Encrypted DataOptionalStringThe encrypted data as a Base64-encoded string