This tool decrypts files using PGP decryption. PGP is based on the public-key method, which uses two keys -- one is a public key that disseminates to anyone who is sent a message. The other is a private key used to decrypt messages receive.
You must have the PGP Command Line application installed and a valid license to operate the PGP executable.
Job Objects (In) |
Description |
---|---|
In File |
Name of the job object to process. |
Job Objects (Out) |
Description |
---|---|
Out File |
Name of the job object created by this tool. |
Setup |
Description |
---|---|
Encryption Key ID |
Specifies the ID for the encryption key. |
PGP Executable Path |
Specifies the path to the PGP command line executable. |
Pass Phrase |
Specifies the pass phrase to unlock the encryption key. |
This tool's icon has a red X indicator until all parts are configured correctly.
PGP Encryption is a public / private key encoding / decoding system.
A user encrypts data using their private encryption key and can include any number of recipients by including the recipient's public key. This allows the recipient to decode and view the content.