weak hashing algorithm used #3045
Unanswered
amitagarwal-dev
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Because any server using mysql_native_password for authentication needs this, since that plugin, which was standard for a very long time, uses sha-1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If this is a concern the fix should be on the server config side: disallow |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mysql2 version: 3.11.0
We saw that a weak hashing algorithm (SHA1) used in the mysql2 code. Can anybody tell the purpose of this code and can we replace this with sha256?
Please provide your comment on this!
CODE
path: mysql2/lib/auth_41.js
Beta Was this translation helpful? Give feedback.
All reactions