SYMMETRIC-SUPPORT attribute

Returns a comma-separated list of supported cryptographic algorithm names to use in encrypting and decrypting data. Each algorithm name is a concatenation of three character expressions that identify an algorithm, mode, and key size.

Data type: CHARACTER

Access: Read-only

Applies to: SECURITY-POLICY system handle

The following table lists the supported cryptographic algorithm names.

Supported cryptographic algorithm names
AES_CBC_128 AES_OFB_256
AES_CBC_192 DES_CBC_56
AES_CBC_256 DES_CFB_56
AES_CFB_128 DES_ECB_56
AES_CFB_192 DES_OFB_56
AES_CFB_256 DES3_CBC_168
AES_ECB_128 DES3_CFB_168
AES_ECB_192 DES3_ECB_168
AES_ECB_256 DES3_OFB_168
AES_OFB_128 RC4_ECB_128
AES_OFB_192

See also

DECRYPT function, ENCRYPT function