linghengqian commented on issue #30656:
URL: 
https://github.com/apache/shardingsphere/issues/30656#issuecomment-2041906862

   - If you’re referring to encrypting a metadata entry in the Zookeeper or 
H2database Metadata Repository that stores a database password, this requires a 
separate schema implementation. 
   
   - And considering the US export controls and China export controls that come 
with the concept of encryption algorithms, which also involve Apache LICENSE 
conflicts with regulatory approaches, you’ll want to consider a closed source 
implementation of your own. 
   
   - If you just need to encrypt a local YAML configuration file, you can do 
this in a separate 
`org.apache.shardingsphere.infra.url.ShardingSphereURLLoader` implementation, 
such as MD5 salted with a private key. Refer to 
https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/yaml-config/jdbc-driver/known-implementation/
 .
   
   - IMHO, this topic has gone beyond the current issue description, and I 
fully recommend opening a new issue.


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