MySQL Forums
Forum List  »  Security

Re: max password length
Posted by: Georgi Kodinov
Date: January 22, 2016 10:12AM

The correct answer is that it depends on the authentication method.
For the native password authentication the password passed can be arbitrarily long. It is hashed and the hash is stored into the table. It's treated as a binary string but can't contain binary zeroes.

Options: ReplyQuote


Subject
Views
Written By
Posted
9884
January 08, 2016 06:23AM
4736
January 08, 2016 12:29PM
Re: max password length
3632
January 22, 2016 10:12AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.