PGP Encrypt stream
Description
PGP Encrypt Stream encrypts data within a workflow using PGP encryption through Gnu Privacy Guard (GPG). Use this step when you need to secure sensitive data before transmitting or storing it — for example, encrypting files for a partner who requires PGP-protected deliveries. It reads content from a specified data field, encrypts it with the provided GPG key, and writes the encrypted result to an output field for downstream steps.
Configurations
| Field Name | Description |
|---|---|
| Step name | Specify 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 Location | Browse for GPG.exe location or provide a parameter for location. |
| Key name | Specify the encryption key name. |
| Read keyname from | Enable checkbox to read passphrase from field. |
| Keyname field | Choose the field for keyname. |
| Data fieldname | Specify the fieldname containing data. |
| Result fieldname | Specify the fieldname for the result. |