You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, replacing `xor` for `xorRotating` when authenticating passwords that are greater than 20 characters in length. The original issue was first spotted in the auth_plugin `caching_sha2_password` but is also present in the `sha256_password` auth_plugin as well.
The link to the original issue (and fix) can be found here: sidorares#1044
0 commit comments