RaigorJiang opened a new issue, #28288: URL: https://github.com/apache/shardingsphere/issues/28288
Now `EncryptAlgorithm` is divided into three categories: - StandardEncryptAlgorithm - AssistedEncryptAlgorithm - LikeEncryptAlgorithm of which only `StandardEncryptAlgorithm` can be configured in `ENCRYPT_ALGORITHM`. <img width="702" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/67db8149-9878-4ed0-ada0-b3bc4c8e5226"> --- But the `ENCRYPT_ALGORITHM` in the DistSQL example still uses `MD5`, which needs to be corrected. <img width="845" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/ce3acf12-5294-4bf0-9455-9cb0a1f26a27"> Ref: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/encrypt/create-encrypt-rule/ -- 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]
