MySQL Forums
Forum List  »  Security

Re: SHA1 handshake pass
Posted by: Georgi Kodinov
Date: September 25, 2017 02:16AM

What the libmysql client does in essence is to be found in the scramble() function (https://github.com/mysql/mysql-server/blob/a533e2c786164af9bd276660b972d93649434297/sql/auth/password.c#L288).

So basically what you have above looks correct.

Yes, the scramble needed to be increased but that happened in 4.1 iirc when the current default auth was introduced.

Options: ReplyQuote


Subject
Views
Written By
Posted
1141
September 18, 2017 02:58AM
558
September 19, 2017 03:08AM
527
September 21, 2017 05:15AM
Re: SHA1 handshake pass
509
September 25, 2017 02:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.