cjml1982 commented on issue #3308: the shardingsphere desensitization not works
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3308#issuecomment-543135337
 
 
   > Hi @cjml1982
   > I think there is a problem here
   > 
   > and you can check your configuration by referring to this 
document.https://shardingsphere.apache.org/document/current/cn/manual/sharding-jdbc/usage/encrypt/
   
   Hi @yanyzy, it is true . the configuration is wrong. 
           encrypt:
             encryptors:  #定义加密算法
               encryptor_aes: #加密算法1 AES,名字可以自定义
                 type: aes
                 props:
                   aes.key.value: 123456abc
   
   I change "encryptRule" to "encrypt" , then works.   thx!!
   

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


With regards,
Apache Git Services

Reply via email to