PGP Decrypt block
Configuration reference for the Decrypt Data block — decrypts encrypted source files before processing.
The decrypt_content block decrypts encrypted source files before they are processed downstream. It acts as an optional transformation block in a Connect+ dataflow, sitting between the source and transformation blocks to handle secure content. The block supports PGP-based decryption using a private key and passphrase, and can be enabled or disabled without removing it from the dataflow.
When to use this block
Use this block when your source files are PGP-encrypted and must be decrypted before transformation or validation can occur.
Prerequisites
Before configuring this block, make sure you have:
- The private key used to decrypt the files, in Base64-encoded format
- The passphrase for the private key (if one was set during key generation)
Configuration fields
Field name | Required | Description |
|---|---|---|
Block name | No | A name for the block instance. The name must be alphanumeric. There is no character limit. |
Encryption Algorithm | Yes | The algorithm that was used to encrypt the source file. |
Private Key File | Yes | The private key used to decrypt the file, provided in Base64-encoded format. |
Private Passphrase | Yes | The passphrase associated with the private key. Required only if a passphrase was set during key generation. |
Is Enabled | Yes | Enables or disables the decryption block. |

Updated about 1 hour ago
