算法配置

    加密算法

    1. # encryptorName 由用户指定,需要和加密规则中的 encryptorName 属性一致
    2. # type 和 props,请参考加密内置算法:https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/encrypt/
    3. type: xxx
    4. props:
    5. xxx: xxx

    影子算法

    1. # shadowAlgorithmName 由用户指定,需要和影子库规则中的 shadowAlgorithmNames 属性一致
    2. <shadowAlgorithmName>:
    3. # type 和 props,请参考影子库内置算法:https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/shadow/
    4. props:
    5. xxx: xxx

    脱敏算法

    1. # maskAlgorithmName 由用户指定,需要和脱敏规则中的 maskAlgorithm 属性一致
    2. <maskAlgorithmName>:
    3. # type 和 props,请参考脱敏内置算法:https://shardingsphere.apache.org/document/current/cn/user-manual/common-config/builtin-algorithm/mask/
    4. type: xxx
    5. props: