ENCCSM_CIPHERS parameter
The ENCCSM_CIPHERS parameter specifies the ciphers and modes to use during encryption.
syntax ENCCSM_CIPHERSall|allbut:<list of ciphers and
modes>|cipher:mode{,cipher:mode ...} all: Specifies to include all available ciphers and modes, except ECB mode. For example:ENCCSM_CIPHERS allallbut:<list of ciphers and modes>: Specifies to include all ciphers and modes except the ones in the list. Separate ciphers or modes with a comma. For example:ENCCSM_CIPHERS allbut:<cbc,bf>: Specifies the ciphers and modes. Separate cipher-mode pairs with a comma. For example:cipher:modeENCCSM_CIPHERS des3:cbc,des3:ofbdefault value: allbut:<ecb>
For more information about ciphers and modes, see Encryption ciphers and modes.