org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
Data encrypt algorithm definition
| Configuration Type | Description | Fully-qualified class name | 
|---|---|---|
| AES | AES data encrypt algorithm | org.apache.shardingsphere.encrypt.algorithm.encrypt.AESEncryptAlgorithm | 
| MD5 | MD5 assisted query encrypt algorithm | org.apache.shardingsphere.encrypt.algorithm.encrypt.MD5EncryptAlgorithm | 
