Bug #67058 | Automatic password rehash | ||
---|---|---|---|
Submitted: | 2 Oct 2012 20:31 | Modified: | 5 Oct 2012 18:01 |
Reporter: | Daniël van Eeden | Email Updates: | |
Status: | Open | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S4 (Feature request) |
Version: | 5.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[2 Oct 2012 20:31]
Daniël van Eeden
[5 Oct 2012 8:57]
Hartmut Holzgraefe
The cleartext password is only known the the client, not the server, as hashing already happens on the client side. What you're suggesting would require a protocol extension and changes in *all* clients.
[5 Oct 2012 18:01]
Daniël van Eeden
Could the client compute and send the new hash?