EncryptAlgorithm

Fully-qualified class name

org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm

Definition

Data encrypt algorithm definition

Implementation classes

Configuration TypeDescriptionFully-qualified class name
MD5MD5 data encrypt algorithmorg.apache.shardingsphere.encrypt.algorithm.encrypt.MD5EncryptAlgorithm
AESAES data encrypt algorithmorg.apache.shardingsphere.encrypt.algorithm.encrypt.AESEncryptAlgorithm
RC4RC4 data encrypt algorithmorg.apache.shardingsphere.encrypt.algorithm.encrypt.RC4EncryptAlgorithm
SM3SM3 data encrypt algorithmorg.apache.shardingsphere.encrypt.sm.algorithm.SM3EncryptAlgorithm
SM4SM4 data encrypt algorithmorg.apache.shardingsphere.encrypt.sm.algorithm.SM4EncryptAlgorithm
CHAR_DIGEST_LIKEData encryption algorithms for like queriesorg.apache.shardingsphere.encrypt.algorithm.like.CharDigestLikeEncryptAlgorithm