You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/21 11:37:31 UTC

[GitHub] [shardingsphere] McClone opened a new issue, #23019: queryWithCipherColumn add to field,but every field are different is not effect

McClone opened a new issue, #23019:
URL: https://github.com/apache/shardingsphere/issues/23019

   just like this:
   `rules:
   - !ENCRYPT
     tables:
       t_user:
         columns:
           username:
             plainColumn: username_plain
             cipherColumn: username
             encryptorName: name_encryptor
             assistedQueryColumn: assisted_query_username
             assistedQueryEncryptorName: assisted_encryptor
             likeQueryColumn: like_query_username
             likeQueryEncryptorName: like_encryptor
             **queryWithCipherColumn: false**
           pwd:
             cipherColumn: pwd
             encryptorName: pwd_encryptor
             assistedQueryColumn: assisted_query_pwd
             assistedQueryEncryptorName: assisted_encryptor
             **queryWithCipherColumn: true**
     encryptors:
       name_encryptor:
         type: AES
         props:
           aes-key-value: 123456abc
       assisted_encryptor:
         type: AES
         props:
           aes-key-value: 123456abc
       like_encryptor:
         type: CHAR_DIGEST_LIKE
       pwd_encryptor:
         type: MD5`


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] McClone closed issue #23019: queryWithCipherColumn add to Multiple different fields,but every field are different is not effect

Posted by GitBox <gi...@apache.org>.
McClone closed issue #23019: queryWithCipherColumn add to Multiple different fields,but every field are different is not effect
URL: https://github.com/apache/shardingsphere/issues/23019


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org