Algorithm
Encryption
# encryptorName is specified by users, and its property should be consistent with that of encryptorName in encryption rules.
# type and props, please refer to the built-in encryption algorithm: https://shardingsphere.apache.org/document/current/en/user-manual/common-config/builtin-algorithm/encrypt/
type: xxx
props:
xxx: xxx
Shadow DB
# shadowAlgorithmName is specified by users, and its property has to be consistent with that of shadowAlgorithmNames in shadow DB rules.
<shadowAlgorithmName>:
# type and props, please refer to the built-in shadow DB algorithm: https://shardingsphere.apache.org/document/current/en/user-manual/common-config/builtin-algorithm/shadow/
props:
xxx: xxx
Data Masking
# maskAlgorithmName is specified by users, and its property should be consistent with that of maskAlgorithm in mask rules.
<maskAlgorithmName>:
# type and props, please refer to the built-in mask algorithm: https://shardingsphere.apache.org/document/current/en/user-manual/common-config/builtin-algorithm/mask/
type: xxx
props: