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 2020/07/03 03:03:29 UTC

[GitHub] [shardingsphere] bruse1990 opened a new issue #6249: How to use custom encryption rules

bruse1990 opened a new issue #6249:
URL: https://github.com/apache/shardingsphere/issues/6249


   Which class do I need to implement?
   when i imlement after, what i should config in application.properties to distinguish like aes and md5?


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



[GitHub] [shardingsphere] tristaZero commented on issue #6249: How to use custom encryption rules

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


   Hi the interface `EncryptAlgorithm` is for you.
   


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



[GitHub] [shardingsphere] bruse1990 commented on issue #6249: How to use custom encryption rules

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


   <dependency>
   			<groupId>org.apache.shardingsphere</groupId>
   			<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
   			<version>4.1.1</version>
   		</dependency>
   
   4.1.1can't find class EncryptAlgorithm
   i should implement Encryptor.java?
   how config custom encryption rules in application.yml after implement the encrytor 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero closed issue #6249: How to use custom encryption rules

Posted by GitBox <gi...@apache.org>.
tristaZero closed issue #6249:
URL: https://github.com/apache/shardingsphere/issues/6249


   


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