summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-08-27 19:55:20 +0800
committerdoufenghu <[email protected]>2024-08-27 19:55:20 +0800
commitd82e8100a1ea9297af71d1b2daa02f9b6358cc19 (patch)
treec727fdb029e0934708ffac7412152d5a99b2e62a /docs
parent336ebc383d334200b1b56b68adc69ae293af2213 (diff)
add SM4 description (GAL-650)
Diffstat (limited to 'docs')
-rw-r--r--docs/connector/config-encryption-decryption.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/connector/config-encryption-decryption.md b/docs/connector/config-encryption-decryption.md
index 3146569..c2b05f6 100644
--- a/docs/connector/config-encryption-decryption.md
+++ b/docs/connector/config-encryption-decryption.md
@@ -6,14 +6,14 @@ In production environments, sensitive configuration items such as passwords are
## How to use
-Groot Stream default support base64 and AES encryption and decryption.
+Groot Stream support base64, AES and SM4 encryption and decryption.
Base64 encryption support encrypt the following parameters:
- username
- password
- auth
-AES encryption support encrypt the following parameters:
+AES/SM4 encryption support encrypt the following parameters:
- username
- password
- auth