This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 955c260e modify encryption algorithms to SHA-256 (#791)
955c260e is described below

commit 955c260e2181e05f3ddc351a49e6588a5246ba76
Author: leto-b <[email protected]>
AuthorDate: Wed Jun 25 14:27:06 2025 +0800

    modify encryption algorithms to SHA-256 (#791)
---
 src/UserGuide/Master/Table/User-Manual/Authority-Management.md    | 2 +-
 src/UserGuide/Master/Tree/User-Manual/Authority-Management.md     | 2 +-
 src/UserGuide/V1.3.x/User-Manual/Authority-Management.md          | 2 +-
 src/UserGuide/dev-1.3/User-Manual/Authority-Management.md         | 2 +-
 src/UserGuide/latest-Table/User-Manual/Authority-Management.md    | 2 +-
 src/UserGuide/latest/User-Manual/Authority-Management.md          | 2 +-
 src/zh/UserGuide/Master/Table/User-Manual/Authority-Management.md | 2 +-
 src/zh/UserGuide/Master/Tree/User-Manual/Authority-Management.md  | 2 +-
 src/zh/UserGuide/V1.3.x/User-Manual/Authority-Management.md       | 2 +-
 src/zh/UserGuide/dev-1.3/User-Manual/Authority-Management.md      | 2 +-
 src/zh/UserGuide/latest-Table/User-Manual/Authority-Management.md | 2 +-
 src/zh/UserGuide/latest/User-Manual/Authority-Management.md       | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/UserGuide/Master/Table/User-Manual/Authority-Management.md 
b/src/UserGuide/Master/Table/User-Manual/Authority-Management.md
index de4eb388..327d566d 100644
--- a/src/UserGuide/Master/Table/User-Manual/Authority-Management.md
+++ b/src/UserGuide/Master/Table/User-Manual/Authority-Management.md
@@ -181,7 +181,7 @@ eg: CREATE USER user1 'passwd'
 Constraints:
 
 * Username: 4-32 characters (letters, numbers, special chars: 
`!@#$%^&*()_+-=`). Cannot duplicate the admin (`root`) username.
-* Password: 4-32 characters (letters, numbers, special chars). Stored as MD5 
hash by default.
+* Password: 4-32 characters (letters, numbers, special chars). Stored as 
SHA-256 hash by default.
 
 2.  Update Password
 
diff --git a/src/UserGuide/Master/Tree/User-Manual/Authority-Management.md 
b/src/UserGuide/Master/Tree/User-Manual/Authority-Management.md
index b13648a9..ef5b5f25 100644
--- a/src/UserGuide/Master/Tree/User-Manual/Authority-Management.md
+++ b/src/UserGuide/Master/Tree/User-Manual/Authority-Management.md
@@ -57,7 +57,7 @@ Users cannot create users with the same name as the 
administrator.
 
 ### 2.2 Password Constraints
 
-4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
MD5.
+4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
SHA-256.
 
 ### 2.3 Role Name Constraints
 
diff --git a/src/UserGuide/V1.3.x/User-Manual/Authority-Management.md 
b/src/UserGuide/V1.3.x/User-Manual/Authority-Management.md
index 0724d13c..e13164e0 100644
--- a/src/UserGuide/V1.3.x/User-Manual/Authority-Management.md
+++ b/src/UserGuide/V1.3.x/User-Manual/Authority-Management.md
@@ -57,7 +57,7 @@ Users cannot create users with the same name as the 
administrator.
 
 ### Password Constraints
 
-4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
MD5.
+4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
SHA-256.
 
 ### Role Name Constraints
 
diff --git a/src/UserGuide/dev-1.3/User-Manual/Authority-Management.md 
b/src/UserGuide/dev-1.3/User-Manual/Authority-Management.md
index 0724d13c..e13164e0 100644
--- a/src/UserGuide/dev-1.3/User-Manual/Authority-Management.md
+++ b/src/UserGuide/dev-1.3/User-Manual/Authority-Management.md
@@ -57,7 +57,7 @@ Users cannot create users with the same name as the 
administrator.
 
 ### Password Constraints
 
-4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
MD5.
+4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
SHA-256.
 
 ### Role Name Constraints
 
diff --git a/src/UserGuide/latest-Table/User-Manual/Authority-Management.md 
b/src/UserGuide/latest-Table/User-Manual/Authority-Management.md
index de4eb388..327d566d 100644
--- a/src/UserGuide/latest-Table/User-Manual/Authority-Management.md
+++ b/src/UserGuide/latest-Table/User-Manual/Authority-Management.md
@@ -181,7 +181,7 @@ eg: CREATE USER user1 'passwd'
 Constraints:
 
 * Username: 4-32 characters (letters, numbers, special chars: 
`!@#$%^&*()_+-=`). Cannot duplicate the admin (`root`) username.
-* Password: 4-32 characters (letters, numbers, special chars). Stored as MD5 
hash by default.
+* Password: 4-32 characters (letters, numbers, special chars). Stored as 
SHA-256 hash by default.
 
 2.  Update Password
 
diff --git a/src/UserGuide/latest/User-Manual/Authority-Management.md 
b/src/UserGuide/latest/User-Manual/Authority-Management.md
index b13648a9..ef5b5f25 100644
--- a/src/UserGuide/latest/User-Manual/Authority-Management.md
+++ b/src/UserGuide/latest/User-Manual/Authority-Management.md
@@ -57,7 +57,7 @@ Users cannot create users with the same name as the 
administrator.
 
 ### 2.2 Password Constraints
 
-4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
MD5.
+4 to 32 characters, can use uppercase and lowercase letters, numbers, and 
special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using 
SHA-256.
 
 ### 2.3 Role Name Constraints
 
diff --git a/src/zh/UserGuide/Master/Table/User-Manual/Authority-Management.md 
b/src/zh/UserGuide/Master/Table/User-Manual/Authority-Management.md
index fd45114a..b18b6c26 100644
--- a/src/zh/UserGuide/Master/Table/User-Manual/Authority-Management.md
+++ b/src/zh/UserGuide/Master/Table/User-Manual/Authority-Management.md
@@ -169,7 +169,7 @@ eg: CREATE USER user1 'passwd'
 ```
 
 - 用户名约束:4~32个字符,支持使用英文大小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,用户无法创建和管理员用户同名的用户。
-- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 MD5 进行加密。
+- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 SHA-256 进行加密。
 
 2. 更新密码
 
diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Authority-Management.md 
b/src/zh/UserGuide/Master/Tree/User-Manual/Authority-Management.md
index cecb6089..3b9c785c 100644
--- a/src/zh/UserGuide/Master/Tree/User-Manual/Authority-Management.md
+++ b/src/zh/UserGuide/Master/Tree/User-Manual/Authority-Management.md
@@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群
 
 ### 2.2 密码限制
 
-4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
+4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。
 
 ### 2.3 角色名限制
 
diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Authority-Management.md 
b/src/zh/UserGuide/V1.3.x/User-Manual/Authority-Management.md
index 3ab120dc..a4035b6d 100644
--- a/src/zh/UserGuide/V1.3.x/User-Manual/Authority-Management.md
+++ b/src/zh/UserGuide/V1.3.x/User-Manual/Authority-Management.md
@@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群
 
 ### 密码限制
 
-4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
+4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。
 
 ### 角色名限制
 
diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Authority-Management.md 
b/src/zh/UserGuide/dev-1.3/User-Manual/Authority-Management.md
index 3ab120dc..a4035b6d 100644
--- a/src/zh/UserGuide/dev-1.3/User-Manual/Authority-Management.md
+++ b/src/zh/UserGuide/dev-1.3/User-Manual/Authority-Management.md
@@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群
 
 ### 密码限制
 
-4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
+4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。
 
 ### 角色名限制
 
diff --git a/src/zh/UserGuide/latest-Table/User-Manual/Authority-Management.md 
b/src/zh/UserGuide/latest-Table/User-Manual/Authority-Management.md
index fd45114a..b18b6c26 100644
--- a/src/zh/UserGuide/latest-Table/User-Manual/Authority-Management.md
+++ b/src/zh/UserGuide/latest-Table/User-Manual/Authority-Management.md
@@ -169,7 +169,7 @@ eg: CREATE USER user1 'passwd'
 ```
 
 - 用户名约束:4~32个字符,支持使用英文大小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,用户无法创建和管理员用户同名的用户。
-- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 MD5 进行加密。
+- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 SHA-256 进行加密。
 
 2. 更新密码
 
diff --git a/src/zh/UserGuide/latest/User-Manual/Authority-Management.md 
b/src/zh/UserGuide/latest/User-Manual/Authority-Management.md
index cecb6089..3b9c785c 100644
--- a/src/zh/UserGuide/latest/User-Manual/Authority-Management.md
+++ b/src/zh/UserGuide/latest/User-Manual/Authority-Management.md
@@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群
 
 ### 2.2 密码限制
 
-4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
+4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。
 
 ### 2.3 角色名限制
 

Reply via email to