wsc20190102 commented on issue #24300:
URL: 
https://github.com/apache/shardingsphere/issues/24300#issuecomment-1441144783

   sorry,column email is the condition column and cipher column, i just want to 
query result which equal the email value like "[email protected]"
    my config as blow
   `rules:
         encrypt: # 加密规则配置
           encryptors:
             mysharding-encryptor:
               type: MYAES # 声明加密处理器的类型
               props:
                 aes-key-value: ${teleinfo.snms.file-encrypt-key}
           tables:
             sys_user:
               columns:
                 email:
                   cipher-column: email
                   assisted-query-column: email
                   encryptor-name: mysharding-encryptor
                 mobile:
                   cipher-column: mobile
                   encryptor-name: mysharding-encryptor
               query-with-cipher-column: true  # 设置查询是否使用密文列`


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to