Earlier quoted context omitted.
Everyone should be using a password manager. You can't really trust the average joe to be able to make secure passwords for the potentially dozens or hundreds of sites and services, and even if they do, they probably use just one secure password for everything. I just wish there was more seamless support for apps to use 1Password to paste in passwords. There are still sites that prevent pasting into password fields!
I have this fantasy that Apple starts rejecting App submissions that don't allow use of a password manager.
Twitter urges users to change passwords after computer 'glitch'
301–310 of 490 posts
Re: Twitter urges users to change passwords after computer 'glitch'
#302Re: Twitter urges users to change passwords after computer 'glitch'
#303Earlier quoted context omitted.
This is why you should turn on compiler warnings and heed them. It would have caught this.
Yeah, exactly. This error shouldn't ever happen, period. All modern development tools give big fat warnings when you do this.
Re: Twitter urges users to change passwords after computer 'glitch'
#304Earlier quoted context omitted.
This is why you should turn on compiler warnings and heed them. It would have caught this.
And consider “Yoda Notation”[0], which some people find annoying, but I found an easy hurdle to clear: if ( 3 = DEBUGLEVEL ) wouldn’t pass the the parser because you can’t assign to an rvalue. [0] https://en.wikipedia.org/wiki/Yoda_conditions
Re: Twitter urges users to change passwords after computer 'glitch'
#305I highly recommend using a password manager. I finally bit the bullet and started using 1Password a few weeks ago, and I haven't looked back since. It's just so much better than having to remember a thousand different passwords. Besides securely managing passwords, you can also use a password manager to secure your digital legacy. 1Password has a feature where you can print out "emergency kit" sheets that has the inf…
Is there a reason to use 1Password over iCloud Keychain if you're mostly only on Apple devices?
Re: Twitter urges users to change passwords after computer 'glitch'
#306Earlier quoted context omitted.
This is why you should turn on compiler warnings and heed them. It would have caught this.
And consider “Yoda Notation”[0], which some people find annoying, but I found an easy hurdle to clear: if ( 3 = DEBUGLEVEL ) wouldn’t pass the the parser because you can’t assign to an rvalue. [0] https://en.wikipedia.org/wiki/Yoda_conditions
Re: Twitter urges users to change passwords after computer 'glitch'
#307Now I'm wondering if I need to change it again... does anyone know what time the bug was patched?
Re: Twitter urges users to change passwords after computer 'glitch'
#308Earlier quoted context omitted.
This is why you should turn on compiler warnings and heed them. It would have caught this.
Yeah, exactly. This error shouldn't ever happen, period. All modern development tools give big fat warnings when you do this.
Re: Twitter urges users to change passwords after computer 'glitch'
#309Earlier quoted context omitted.
I think I, and everyone here, should check as well. If capable, security-minded companies can make such a mistake, so can you.
We schedule log reviews just like we schedule backup tests. (Similar stuff gets caught during normal troubleshooting, but reviews are more comprehensive.) It only takes one debug statement leaking to prod - it has to be a process, not an event.
Re: Twitter urges users to change passwords after computer 'glitch'
#310Earlier quoted context omitted.
The time of day is known to both the client and the server right? So they check to see that they get the same hash.
And how do you propose to do that when the clocks arent synchronized? Clock drift is exceptionally common. Not everyone runs ntp or ptp. Probably even fewer use ptp. Desktop/laptop clients it's typically configurable on whether or not to attempt clock sync, and ive never seen where the level of synchronization is documented for PCs. High precision ptp usually requires very expensive hardware, not something to be expe…