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/10/23 16:41:14 UTC

[GitHub] [shardingsphere] tianshuainan opened a new issue, #21709: How tp implement batch encryption in ShardingSphere-JDBC_Encryption

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

   How to customize the encryption algorithm to achieve batch encryption in ‘EncryptAlgorithm’ and  ‘QueryAssistedEncryptAlgorithm’ class 


-- 
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] tianshuainan commented on issue #21709: How tp implement batch encryption in ShardingSphere-JDBC_Encryption

Posted by GitBox <gi...@apache.org>.
tianshuainan commented on issue #21709:
URL: https://github.com/apache/shardingsphere/issues/21709#issuecomment-1296149456

   > 
   i want to implement batch encrypt,but the provided interface can't resolve it


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


[GitHub] [shardingsphere] gxxiong commented on issue #21709: How tp implement batch encryption in ShardingSphere-JDBC_Encryption

Posted by GitBox <gi...@apache.org>.
gxxiong commented on issue #21709:
URL: https://github.com/apache/shardingsphere/issues/21709#issuecomment-1297022226

   Encryption is performed one by one according to your SQL parameters. Why do you need batch encryption?


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


[GitHub] [shardingsphere] gxxiong commented on issue #21709: How tp implement batch encryption in ShardingSphere-JDBC_Encryption

Posted by GitBox <gi...@apache.org>.
gxxiong commented on issue #21709:
URL: https://github.com/apache/shardingsphere/issues/21709#issuecomment-1295869982

   Your problem is that you won't extend the encryption algorithm?


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