ARIA Support Configuration

ARIA support is enabled at the sdes-profile level.

  1. Use the following command sequence to move to sdes-profile Configuration Mode.
    ORACLE# configure terminal			 
    ORACLE(configure)# security			 
    ORACLE(security)# media-security 
    ORACLE(sdes-profile)# 
  2. Use the crypto-list parameter to specify the crypto suite used for SDES-based encryption.

    Use either aria_cm_192_hmac_32, or aria_cm_192_hmac_32 to specify ARIA encryption.

    ORACLE(sdes-profile)# crypto-list aria_cm_192_hmac_80			 
    ORACLE(sdes-profile)# 
  3. Use done, exit, and verify-config to complete cipher suite selection.