Texas Attorney General Password Rules
portal.cs.oag.state.tx.us
Texas Attorney General Password Rules
1–10 of 15 posts
Re: Texas Attorney General Password Rules
#2Re: Texas Attorney General Password Rules
#3This poor guy.
Re: Texas Attorney General Password Rules
#4The EXACTLY 8 characters worries me, because it suggests that they are storing the password in plaintext in an 8 character column.
Re: Texas Attorney General Password Rules
#5Re: Texas Attorney General Password Rules
#6The 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.
Re: Texas Attorney General Password Rules
#7For 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
#8They'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…
Re: Texas Attorney General Password Rules
#9Also, users will just write down the password.
Re: Texas Attorney General Password Rules
#10Unfortunately 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.
[1] https://www.schneier.com/blog/archives/2005/06/write_down_yo...