Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

PGP Encrypt Task Fields

PGP Encrypt Task Fields

The PGP Encrypt Task can encrypt one or more files, rendering them unreadable until an authorized user decrypts them with the correct key.
The following table describes the fields in the
Basic Tab
of a PGP Encrypt Task:
Field
Description
Label
Specify a label for the task.
OpenPGP Key Ring
Select a pre-configured OpenPGP key ring from the drop-down list.
Input File
Specify the path and file name of the file to be verified.
Input Files Variable
Specify the name of a variable of type File List that contains the files to verify. For example, ${variableName}
Output File
Specify the path and file name of the verified output file. Specify the path and file name only if you verify a single file.
Output Directory
Specify the directory where the verified files should be saved.
When Output File Exists
Specify the action to take when the zipped file already exists.
Default is rename.
The default value changes the destination file name to a new name so the existing file does not change.
The following table describes the fields in the
Advanced Tab
of a PGP Encrypt Task:
Field
Description
Armor Output Files
Specify whether you want to armor the files when encrypting. Armoring converts the encrypted files into ASCII format using Base64 encoding. This makes the encrypted files safe for mailing, but about 33 percent larger.
Default is false.
Compress Output Files
Specify whether you want to compress the files during encryption. Compressing the files results in smaller output files.
Default is true.
Use Integrity Packet
Specify whether you want to use an integrity packet when encrypting. This option is provided for compatibility reasons with older PGP implementations.
Default is true.
User Version3 Signature
Specify whether you want to sign the files using version 3 signatures.
Default is false. By default, the files are signed using version 4 signatures. This attribute is provided for compatibility with older PGP softwares.
File Name Prefix
Specify a string to attach at the beginning of the encrypted file names.
File Name Suffix
Specify a string to attach at the end of the encrypted file names.
The following table describes the fields in the
Algorithms Tab
of a PGP Encrypt Task:
Field
Description
Symmetric Key Algorithm
Specify the symmetric key algorithm to use.
The default value is automatically determined from the key.
Hash Algorithm
Specify the hash algorithm to use.
The default value is automatically determined from the key.
Compression Algorithm
Specify the compression algorithm to use.
The default value is automatically determined from the key.
The following table describes the fields in the
Output Variables Tab
of a PGP Encrypt Task:
Field
Description
Output Files Variable
You can specify the name of a variable that contains the verified files. The variable is of type File List and can be used in subsequent tasks that accept a File List input variable. The variable is created if it does not exist.
Processed Input Files Variable
You can specify the name of a variable that contains the signed input files. The variable is of type File List and can be used in subsequent tasks that accept a File List input variable. The variable is created if it does not exist.
Public Key Ring
Specify the public key ring that contains a copy of the sender's public keys. Specify the public key ring only if no PGP key ring resource was specified or if you need to override the public key ring that you specified in the PGP key ring resource.
Secret Key Ring
Specify the secret key ring that contains your secret key. The secret key is used if you are signing the files during encryption. Specify the secret key ring only if no PGP key ring resource was specified or if you need to override the secret key ring that you specified in the PGP key ring resource.
The following table describes the fields in the
Control Tab
of a PGP Encrypt Task:
Field
Description
Version
The version of this task.
Log Level
Specify the level of logging to use while executing this task. You can select
silent
,
normal
,
verbose
, or
debug
.
The default value is inherited from the parent module.
Execute Only If
Specify a condition that must be met before the task can be executed. This task will be skipped if the specified condition is not met.
Disabled
Whether the task is disabled.
Default is false.
The following table describes the fields in the
On Error Tab
of a PGP Encrypt Task:
Field
Description
On Error
Specify the action to take when the task errors out. You can select
abort
,
continue
,
call:[module]
, or
setVariable:[name]=[value]
.
When you select
call:[module]
, replace
[module]
with the name of the module in the project, for example,
call:ErrorModule
.
When you select
setVariable:[name]=[value]
, replace
[name]
with a variable name and
[value]
with the variable value, for example,
setVariable:error=true
.
The default value is inherited from the parent module.

0 COMMENTS

We’d like to hear from you!