wuguowei19880907 edited a comment on issue #6251:
URL: https://github.com/apache/shardingsphere/issues/6251#issuecomment-655947587


   > Accoriding to tracking all details in issue board, we can't accept any 
external codes.
   > So, we need here for your config rules, logic sql&actual sql here. 
@wuguowei19880907
   
   in my project , i just want to make encrypted data in the column so there is 
no logic sql&actual sql
   the rule is 
   ```
       encrypt:
         tables:
           CONFIG:
             columns:
               NAME:
                 cipherColumn: NAME
                 encryptor: order_encryptor
         encryptors:
           order_encryptor:
             type: aes
             props:
               aes.key.value: 22fcf0cd2cf07841d4214d6a14b2b28c`
   
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to