Live data from Hacker News

Texas Attorney General Password Rules

portal.cs.oag.state.tx.us

1–10 of 15 posts

Re: Texas Attorney General Password Rules

#6
post #2

The EXACTLY 8 characters worries me, because it suggests that they are storing the password in plaintext in an 8 character column.

Probably stored in 9, 8-character columns, labeled "last_password_1", "last_password_2", etc, given #10.

One 72 character column. Why make it complicated!

Re: Texas Attorney General Password Rules

#7
They're not necessarily storing passwords in the clear (though the Texas Secretary of State does[1], so it wouldn't surprise me).

For example, when updating a password on Facebook, they check to see if your new password is similar to your previous one by creating several variants of the new password, hashing them, and seeing if the hash matches any of your old password hashes.

[1] http://plaintextoffenders.com/post/68152196480/sos-state-tx-...

Re: Texas Attorney General Password Rules

#8

They're not necessarily storing passwords in the clear (though the Texas Secretary of State does[1], so it wouldn't surprise me). For example, when updating a password on Facebook, they check to see if your new password is similar to your previous one by creating several variants of the new password, hashing them, and seeing if the hash matches any of your old password hashes. [1] http://plaintextoffenders.com/post/6…

Do you have a source on the Facebook statement? I would be interested in hearing how they create the variants.

Re: Texas Attorney General Password Rules

#9
Unfortunately these asinine password requirements occur quite often. It's basically an indication that the site itself has poor security, and they're requiring a strong password to mitigate that risk. Also, if they are storing the password in plain-text, then it doesn't really matter how many fucking special characters your users have in their passwords :)

Also, users will just write down the password.

Re: Texas Attorney General Password Rules

#10

Unfortunately these asinine password requirements occur quite often. It's basically an indication that the site itself has poor security, and they're requiring a strong password to mitigate that risk. Also, if they are storing the password in plain-text, then it doesn't really matter how many fucking special characters your users have in their passwords :) Also, users will just write down the password.

Writing down passwords isn't necessarily bad [1].

[1] https://www.schneier.com/blog/archives/2005/06/write_down_yo...

Post reply on HN