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 |
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .