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 2019/09/06 13:16:43 UTC

[GitHub] [incubator-shardingsphere] shuohao opened a new issue #2992: Data does not decrypt

shuohao opened a new issue #2992: Data does not decrypt
URL: https://github.com/apache/incubator-shardingsphere/issues/2992
 
 
   encryptRule:
     encryptors:
       aes_encryptor:
         props:
           aes.key.value: zqAvW0yEdH
         type: AES
     tables:
       task:
         columns:
           phone:
             cipherColumn: phone_cipher
             encryptor: aes_encryptor
             plainColumn: phone
   
   ![image](https://user-images.githubusercontent.com/4637107/64430682-5eed1b00-d0eb-11e9-89b3-77991af8039f.png)
   
   insert  is well, it worked.
   but when I select this record  the phone is null,  I used mybatis.

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


With regards,
Apache Git Services