Max Length Of Password_Hash

Hi

What is the max length of password_hash field?

In database, It set to varchar(255) by default and save password in 60 characters.

It depends on hashing scheme that you use!

Copy and paste from SO

When you use SecurityHelper:

http://stuff.cebe.cc/yii2docs/yii-helpers-basesecurity.html#generatePasswordHash()-detail

"The password hash string, ASCII and not longer than 64 characters."