Retro Eye care Haitian Deep Dark Default

EncryptAlgorithm

Fully-qualified class name

org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm

Definition

Data encrypt algorithm definition

Implementation classes

Configuration Type Description Fully-qualified class name
MD5 MD5 data encrypt algorithm org.apache.shardingsphere.encrypt.algorithm.encrypt.MD5EncryptAlgorithm
AES AES data encrypt algorithm org.apache.shardingsphere.encrypt.algorithm.encrypt.AESEncryptAlgorithm
RC4 RC4 data encrypt algorithm org.apache.shardingsphere.encrypt.algorithm.encrypt.RC4EncryptAlgorithm
SM3 SM3 data encrypt algorithm org.apache.shardingsphere.encrypt.sm.algorithm.SM3EncryptAlgorithm
SM4 SM4 data encrypt algorithm org.apache.shardingsphere.encrypt.sm.algorithm.SM4EncryptAlgorithm
CHAR_DIGEST_LIKE Data encryption algorithms for like queries org.apache.shardingsphere.encrypt.algorithm.like.CharDigestLikeEncryptAlgorithm