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/04/29 03:25:08 UTC

[GitHub] [shardingsphere] zhaoguhong commented on issue #17196: encrypt config queryWithCipherColumn is support column levels?

zhaoguhong commented on issue #17196:
URL: https://github.com/apache/shardingsphere/issues/17196#issuecomment-1112842489

   > Hi @zhaoguhong what is your business scenario, and you need to switch between encryption and decryption at the column level?
   
   My table, contains historical data
   
   ```sql
   create table t_encrypt
   (
       id           bigint unsigned auto_increment primary key,
       phone        varchar(100) null,
       address       varchar(100) null
   );
   ```
   After encryption the phone column
   
   now  `queryWithCipherColumn` is true
   
   ---
   
   but my boss say address also need to encrypt,What should I do?


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