Configuring Tasks - Processes/Scripts - Built-In - PGP Encrypt and Sign

"PGP Encrypt and Sign" Encrypts and signs a file using PGP. This built-in script will only be active if a valid MOVEit Central PGP License is available.

Normally, this script should be run as a per-file process. If run as a per-task process, it will encrypt the last file added to the cache. Thus, this script can be chained with a script like ZipAdvanced.

See MOVEit Central PGP documentation for much more information.

Input Parameters

PGPRecipientKey (Required) - The key of the recipient. A PGP key selection pop-up will be provided for this value. Multiple recipients are allowed.

PGPSignerKey (Required) - The private/public key pair (a.k.a., "secret key") to be used for signing. A PGP key selection pop-up will be provided for this value.

PGPASCIIArmor - True if the output file should be ASCII-armored, else False for binary. The default, if not specified, is False.

PGPTextMode - True if the output file should be encoded for automatic text mode conversion. The default, if not specified, is False.

PGPForceV3Sigs - True if the output file should be signed using the old version 3 signatures -- often required by McAfee E-Business Server. The default, if not specified, is False.

PGPSigningHash - The hash algorithm to be used for signing -- often useful for compatibility with out of date PGP clients. The default, if not specified, is SHA1.

For the symmetric encryption algorithm (e.g., AES256 or 3DES), MOVEit Central will use the algorithm associated with the first recipient's key.