Skip to content

Comment on Ask HN: What are valid reasons for limiting password length?

Comments

Maybe they are storing your password in plain text in a VARCHAR(16) field, which is a scary thought. It is also likely that enforcing a short password encourages users to choose passwords that are easy to remember...longer passwords would encourage users to write them down or keep them in a text file.

There are no excuses for storing plain text passwords - ever!

Just do not do it - it will always end in tears.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.