dreeves comments on Anti-akrasia tool: like stickK.com for data nerds - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (88)
When signing up, I was told the password I tried to use was too long (I have unique, randomly generated, passwords for each site I use). so I generated a < 20 chars password instead - however, password length limits around this size suggest that the site might be storing the passwords as plain text, rather than only storing a salted hash of the password.
So I was wondering, if that's the case here?
That's stupid of us to limit password size -- especially after all the "correct horse battery staple" discussion! [ http://xkcd.com/936 ]
But we're using the Devise module in Rails and definitely not storing in plaintext or anything too idiotic. Definitely need to change whatever stupid Devise default limits password length though. Thanks for pointing it out!