terrymanu opened a new issue #8616: URL: https://github.com/apache/shardingsphere/issues/8616
```sql CREATE ENCRYPT RULE ( t_user pwd (cipher= 'pwdCipher', plain='pwdPlain', assist_query='pwdAssistQuery') AES (aes-key-value='xxxxx'), t_user other_pwd (cipher= 'otherPwdCipher') MD5(xxx=xxxxx) ) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
