This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 5015cca8b38 Update encrypt.en.md (#21871)
5015cca8b38 is described below
commit 5015cca8b38049422a421e58b9575098ce3a3f75
Author: Manas Dalvi <[email protected]>
AuthorDate: Mon Oct 31 17:45:35 2022 +0530
Update encrypt.en.md (#21871)
---
docs/document/content/dev-manual/encrypt.en.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/document/content/dev-manual/encrypt.en.md
b/docs/document/content/dev-manual/encrypt.en.md
index 62360dc797f..07f6fbfad47 100644
--- a/docs/document/content/dev-manual/encrypt.en.md
+++ b/docs/document/content/dev-manual/encrypt.en.md
@@ -19,8 +19,8 @@ Data encrypt algorithm definition
| *Configuration Type* | *Description* | *Fully-qualified class
name* |
| -------------------- | -------------------------- |
---------------------------- |
-| MD5 | MD5 data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.MD5Encrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/algorithm/MD5EncryptAlgorithm.java)
|
-| AES | AES data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.AESEncrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/algorithm/AESEncryptAlgorithm.java)
|
-| RC4 | RC4 data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.RC4Encrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/algorithm/RC4EncryptAlgorithm.java)
|
+| MD5 | MD5 data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.MD5Encrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/algorithm/encrypt/MD5EncryptAlgorithm.java)
|
+| AES | AES data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.AESEncrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/algorithm/encrypt/AESEncryptAlgorithm.java)
|
+| RC4 | RC4 data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.RC4Encrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/algorithm/encrypt/RC4EncryptAlgorithm.java)
|
| SM3 | SM3 data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.SM3Encrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/plugin/sm/src/main/java/org/apache/shardingsphere/encrypt/sm/algorithm/SM3EncryptAlgorithm.java)
|
| SM4 | SM4 data encrypt algorithm |
[`org.apache.shardingsphere.encryption.algorithm.SM4Encrypt`](https://github.com/apache/shardingsphere/blob/master/features/encrypt/plugin/sm/src/main/java/org/apache/shardingsphere/encrypt/sm/algorithm/SM4EncryptAlgorithm.java)
|