Earlier quoted context omitted.
Note the hack was in 2012. Hopefully most people have rotated passwords by now.
Anyone know of automated ways to rotate all the passwords on all of our accounts across the web?
The Dropbox hack is real
21–30 of 557 posts
Re: The Dropbox hack is real
#2250% of the leaked hashes were bcrypt and the other 50% were salted sha1. So, asking the HNers who crack passwords or follow the tech closely and have a good feel: Salted sha1 can be brute forced much quicker, but in practical terms what kind of complexity of password is vulnerable today if it was stored salted sha1 vs bcrypt? And how can this be projected to change in the next couple of years?
Re: The Dropbox hack is real
#23Earlier quoted context omitted.
Note the hack was in 2012. Hopefully most people have rotated passwords by now.
Anyone know of automated ways to rotate all the passwords on all of our accounts across the web?
Re: The Dropbox hack is real
#24Self hosting is my way to go. Had enough of this. > My wife uses a password manager. If your significant other doesn't (and I'm assuming you do by virtue of being here and being interested in security), go and get them one now! 1Password now has a subscription service for $3 a month and you get the first 6 months for free. How about...not? There are tiny open source tools for every OS. You can do it locally, save it…
Because you can secure it better than them? Or because you'll be less of a target?
Re: The Dropbox hack is real
#25Re: The Dropbox hack is real
#26On a side note, don't forget the time dropbox accepted ANY password during logins - http://www.cnet.com/news/dropbox-confirms-security-glitch-no...
Re: The Dropbox hack is real
#27Dropbox is about the only service I use a memorable password for, as it has my 1Password file in it, which has my Google one-time-auth codes in it. If I lose my phone while on the road, only remembering my Dropbox password is going to get me out of the mess. Any sensible other solutions here? It's still ~14 characters, but other than making it more random, what are my options?
Re: The Dropbox hack is real
#2850% of the leaked hashes were bcrypt and the other 50% were salted sha1. So, asking the HNers who crack passwords or follow the tech closely and have a good feel: Salted sha1 can be brute forced much quicker, but in practical terms what kind of complexity of password is vulnerable today if it was stored salted sha1 vs bcrypt? And how can this be projected to change in the next couple of years?
See hashcat docs and benchmarks for complete answers to your questions. The GPU versions of hashcat.
Re: The Dropbox hack is real
#29Earlier quoted context omitted.
Honestly curious, what should we use?
I'd love it if every time I wanted to log in, I entered my username/email, saw a two factor-auth, and had an email sent with a time sensitive link containing my session credentials. But this would be a pain in the ass if I had a slow connection or used an old email address. And worse, it be totally unsafe if I could (easily?) change the email address attached to the account.
Re: The Dropbox hack is real
#30[1] https://en.wikipedia.org/wiki/HMAC-based_One-time_Password_A...