You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "liyimingcust (via GitHub)" <gi...@apache.org> on 2023/02/27 06:52:45 UTC

[GitHub] [shardingsphere] liyimingcust commented on issue #24333: Cipher column didn't consider backslash as an escape character;

liyimingcust commented on issue #24333:
URL: https://github.com/apache/shardingsphere/issues/24333#issuecomment-1445797366

   @
   schemaName: ***
   dataSources:
     ds0:
       url: jdbc:mysql://***:3307/***?serverTimezone=UTC&useSSL=false&zeroDateTimeBehavior=convertToNull
       username: erp_qa
       password: ***
       connectionTimeoutMilliseconds: 30000
       idleTimeoutMilliseconds: 60000
       maxLifetimeMilliseconds: 1800000
       maxPoolSize: 10
       minPoolSize: 1
   rules:
   - !ENCRYPT
     encryptors:
       aes_encryptor:
         type: AES
         props:
           aes-key-value: ***
     tables:
       applying_consignee:
         columns:
           mobile:
             plainColumn: mobile
             cipherColumn: mobile_cipher
             encryptorName: aes_encryptor
           address_json:
             plainColumn: address_json
             cipherColumn: address_json_cipher
             encryptorName: aes_encryptor
           name:
             plainColumn: name
             cipherColumn: name_cipher
             encryptorName: aes_encryptor
           idcard_num:
             plainColumn: idcard_num
             cipherColumn: idcard_num_cipher
             encryptorName: aes_encryptor
   


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