diff options
| author | doufenghu <[email protected]> | 2024-08-27 19:55:20 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-08-27 19:55:20 +0800 |
| commit | d82e8100a1ea9297af71d1b2daa02f9b6358cc19 (patch) | |
| tree | c727fdb029e0934708ffac7412152d5a99b2e62a /docs | |
| parent | 336ebc383d334200b1b56b68adc69ae293af2213 (diff) | |
add SM4 description (GAL-650)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/connector/config-encryption-decryption.md | 4 |
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 |
