org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
Data encrypt algorithm definition
| 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 | 
