I input my password.
It refuses to log me in. Says ‘Passwords must be between 10 and 60 characters’
I delete the last few characters. Now it lets me log in.
no bueno
I input my password.
It refuses to log me in. Says ‘Passwords must be between 10 and 60 characters’
I delete the last few characters. Now it lets me log in.
no bueno
That probably means it was silently cutting off the password until now. Cursed, reminds me of the original unix crypt() which I think did the same.
I was thinking the same.
Can anyone check the code and verify?
Coz if [the first 60 characters of a long password] has the same hash as [the long password], something is fishy.
I think it only reads the first FIFTY characters 😱