ENCRYPT={NONE | DES | 3DES | BLOWFISH | BF | BLOWFISH_LONG | BFL | AES}

This parameter defines the level of encryption to be used for this single transfer. If specified, this parameter overrides the ENCRYPT parameter specified in the GLOBAL or NODE definitions for this transfer.

The valid values are as follows:

  • NONE: No encryption is used for this transfer.
  • DES: DES encryption is used for this transfer.
  • 3DES: Triple DES encryption is used for this transfer.
  • BLOWFISH| BF: Blowfish 56-bit encryption is used for this transfer.
  • BLOWFISH_LONG | BFL: Blowfish 448-bit encryption is used for this transfer.
  • AES: 256-bit encryption is used for this transfer.
  • NEVER: No encryption is used for this node. Even if you override the ENCRYPT option in the batch interface, encryption is turned off for this node.

For more information on this parameter, see Data Encryption.