Live data from Hacker News

Twitter urges users to change passwords after computer 'glitch'

reuters.com

11–20 of 490 posts

Re: Twitter urges users to change passwords after computer 'glitch'

#14
post #8

We need a regulatory rulebook codified in law by congress that fines companies that make these "mistakes". Enough of a fine will force companies to take these "mistakes" seriously. In Yahoo's case, that might have forced Marissa to actually keep a cybersecurity team and not cut them when she knew the systems were in danger of being compromised. We aren't getting any jail time, but hefty fines that don't stifle growth…

I agree. But i'm not sure this sentiment applies here, twitter probably has an amazing security team and its clear that they were using good practices. they found a bug and disclosed the issue to their users.

Re: Twitter urges users to change passwords after computer 'glitch'

#16
post #9

How is something like this even possible? It just sounds so incompetent.

seriously? pretty easily. somebody probably left a debug log message in place or something. guaranteed that this happens all the time and most people don't report it.

Re: Twitter urges users to change passwords after computer 'glitch'

#19
post #8

We need a regulatory rulebook codified in law by congress that fines companies that make these "mistakes". Enough of a fine will force companies to take these "mistakes" seriously. In Yahoo's case, that might have forced Marissa to actually keep a cybersecurity team and not cut them when she knew the systems were in danger of being compromised. We aren't getting any jail time, but hefty fines that don't stifle growth…

"Technology by legislation" - that's the new trend it seems. How about replacing passwords with something technologically superior instead?

Superior technologies such as...?

Re: Twitter urges users to change passwords after computer 'glitch'

#20
post #9

How is something like this even possible? It just sounds so incompetent.

HTTPS form submissions should be encrypted while the data travels between the user's computer and the server, but the server will still need to decrypt them to perform the hashing. It's possible, and probably even common, for inexperienced or forgetful developers to add request logging for debugging or diagnosing service outages without adding extra logic to scrub sensitive fields.
Post reply on HN