PGP Encrypt Only
- Last Updated: January 6, 2025
- 1 minute read
- MOVEit Automation
- Version 2024.1
- Version 2024
- Documentation
PGP Encrypt Only encrypts (but does not sign) a file using PGP. This built-in script is active only if a valid MOVEit Automation OpenPGP license is available.
Normally, this script should be run as a per-file process. If run as a per-task process, it encrypts the last file added to the cache, which means that this script can be chained with a script like ZipAdvanced.
For more information, see About PGP Keys.
Input Parameters
- PGPRecipientKey (Required) - The key of the recipient. A PGP key selection pop-up opens for you to provide this value. Multiple recipients are allowed.
- PGPASCIIArmor - True if the output file should be ASCII-armored; False for binary. Default is False.
- PGPTextMode - True if the output file should be encoded for automatic text mode conversion. Default is False.
For the symmetric encryption algorithm (for example, AES256 or 3DES), MOVEit Automation uses the algorithm that is associated with the first recipient's key.