Native authentication method 'mysql_native_password' Calculate method: SHA1( password ) XOR SHA1( "20-bytes random data from server" <concat> SHA1( SHA1( password ) ) )
@param password password value @param charset charset of password @param salt 20 byte random challenge from server @return scrambled password
See Implementation
Native authentication method 'mysql_native_password' Calculate method: SHA1( password ) XOR SHA1( "20-bytes random data from server" <concat> SHA1( SHA1( password ) ) )
@param password password value @param charset charset of password @param salt 20 byte random challenge from server @return scrambled password