diff options
| author | 窦凤虎 <[email protected]> | 2024-09-19 10:23:32 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-09-19 10:23:32 +0000 |
| commit | c0b9acfc3adc85abbd06207259b2515edc5c4eae (patch) | |
| tree | 366ba5634e795bcd623831c5e7bda898c83777de /docs/connector/config-encryption-decryption.md | |
| parent | 62e969df69b28a9f435c925669cf6dfe018aa74f (diff) | |
| parent | 3a95fef4c663c3f28c25daeb4cc19d0219fdfd48 (diff) | |
Merge branch 'release/1.6.0' into 'master'v1.6.0
[Improve][bootstrap] Improve job-level user-defined variables, move the path...
See merge request galaxy/platform/groot-stream!111
Diffstat (limited to 'docs/connector/config-encryption-decryption.md')
| -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 |
