Skip to main content

PGP Decrypt stream

Description

PGP Decrypt Stream decrypts PGP-encrypted data within a workflow using Gnu Privacy Guard (GPG). Use this step when your workflow receives encrypted files or data fields that must be decrypted before further processing — for example, handling secure file transfers from external partners. It reads encrypted content from a specified data field, applies decryption with the provided GPG key and passphrase, and writes the decrypted result to an output field for downstream steps.

Configurations

Field NameDescription
Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
GPG (Gnu Privacy Guard) Settings
GPG LocationBrowse for GPG.exe location or provide a parameter for location.
PassphraseSpecify the decryption passphrase.
Read passphrase fromEnable checkbox to read passphrase from field.
Passphrase fieldnameChoose the field for passphrase.
Data fieldnameSpecify the fieldname containing data.
Result fieldnameSpecify the fieldname for the result.