RockteMQ-AI commented on code in PR #2313:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/2313#discussion_r3795303766


##########
server/src/main/java/org/apache/rocketmq/studio/auth/PasswordHasher.java:
##########
@@ -0,0 +1,72 @@
+/*

Review Comment:
   Ensure the password hashing algorithm uses a strong, slow hash function 
(e.g., bcrypt, Argon2, or PBKDF2 with sufficient iterations). Avoid fast hashes 
like SHA-256 for password storage.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to