You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/02/09 06:34:09 UTC

[GitHub] [iotdb] wangchao316 commented on a change in pull request #5001: [IOTDB-2510] Reconstructing the password encryption mode

wangchao316 commented on a change in pull request #5001:
URL: https://github.com/apache/iotdb/pull/5001#discussion_r802305635



##########
File path: docs/UserGuide/Administration-Management/Administration.md
##########
@@ -318,6 +318,8 @@ IoTDB specifies that the character length of a username should not be less than
 ### Password Restrictions
 
 IoTDB specifies that the character length of a password should have no less than 4 character length, and no spaces. The password is encrypted with MD5.
+Users can adapt different encryption algorithms according to their own scenarios. They need to implement the AsymmetricEncrypt interface and add it to the configuration item iotdb_ server_ encrypt_ decrypt_ In the provider.
+If this encryption algorithm requires parameters, this parameter needs to be added to iotdb_ server_ encrypt_ decrypt_ provider_ Parameter configuration item, and then initialize in this implementation class.

Review comment:
       > well
   
   Thanks, I will update.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org