justbk2015 opened a new pull request #11435:
URL: https://github.com/apache/shardingsphere/pull/11435


   Fixes #11434.
   
   Changes proposed in this pull request:
   - add prop PROXY_BACKEND_ALGORITHM and PROXY_FRONTEND_ALGORITHM to config 
password encrypt algorithm, default is NONE, that mains nothing to do
   - add AES password encrypt algorithm
   - anyone can implements AlgorithmSecure interface for new algorithm
   
   examples:
   add server.yaml config in props:
     proxy-backend-algorithm: AES  --this is for config-sharding.yaml's 
dataSource password encrypt
     proxy-frontend-algorithm: AES  -- this is for server.yaml rule's authority 
password encrypt
   in config file like this:
     pass
   to get password, you can simple run algorithm:
    pass


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to