ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

master key is subject to maxlength property #29

Open notEthan opened 10 years ago

notEthan commented 10 years ago

the master key should not be subject to a site's password field's maxlength property, even if the hashed password should be. this makes entering my master key impossible in some sites.

there are also sites which do some javascript checks and even modification of the password field, which should not apply to the master key but only to the hashed password.

notEthan commented 10 years ago

this relates to #27, but actually inhibits functionality instead of merely being insecure

ericwoodruff commented 9 years ago

Yes, this should be fixed