ALTER ENCRYPT RULE
PLAIN
specifies the plain column,CIPHER
specifies the cipher columnencryptAlgorithmType
specifies the encryption algorithm type, please refer toqueryWithCipherColumn
support uppercase or lowercase true or false
- Alter an encrypt rule
ALTER ENCRYPT RULE t_encrypt (
(NAME=order_id,CIPHER=order_cipher,TYPE(NAME='MD5'))
), QUERY_WITH_CIPHER_COLUMN=TRUE);
ALTER
, ENCRYPT
, RULE
, COLUMNS
, , CIPHER
, PLAIN
, QUERY_WITH_CIPHER_COLUMN
, TYPE
, TRUE
, FALSE