SYMMETRIC-SUPPORT attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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.
| AES_CBC_128 | AES_OFB_128 |
| AES_CBC_192 | AES_OFB_192 |
| AES_CBC_256 | AES_OFB_256 |
| AES_CFB_128 | DES_CBC_56 |
| AES_CFB_192 | DES_CFB_56 |
| AES_CFB_256 | DES_ECB_56 |
| AES_ECB_128 | DES_OFB_56 |
| AES_ECB_192 | DES3_CBC_168 |
| AES_ECB_256 | DES3_CFB_168 |
| AES_GCM_128 | DES3_ECB_168 |
| AES_GCM_192 | DES3_OFB_168 |
| AES_GCM_256 | RC4_ECB_128 |
Note: If FIPS mode is enabled, only algorithms approved by the National Institute
of Standards and Technology (NIST) are returned.