EncryptAlgorithm

Fully-qualified class name

org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm

Definition

Data encrypt algorithm definition

Implementation classes

Configuration TypeDescriptionFully-qualified class name
AESAES data encrypt algorithmorg.apache.shardingsphere.encrypt.algorithm.encrypt.AESEncryptAlgorithm
MD5MD5 assisted query encrypt algorithmorg.apache.shardingsphere.encrypt.algorithm.encrypt.MD5EncryptAlgorithm