算法配置
加密算法
# encryptorName 由用户指定,需要和加密规则中的 encryptorName 属性一致
# type 和 props,请参考加密内置算法:https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/encrypt/
type: xxx
props:
xxx: xxx
影子算法
# shadowAlgorithmName 由用户指定,需要和影子库规则中的 shadowAlgorithmNames 属性一致
<shadowAlgorithmName>:
# type 和 props,请参考影子库内置算法:https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/shadow/
props:
xxx: xxx
脱敏算法
# maskAlgorithmName 由用户指定,需要和脱敏规则中的 maskAlgorithm 属性一致
<maskAlgorithmName>:
# type 和 props,请参考脱敏内置算法:https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/mask/
type: xxx
props: