Who would have guessed he is a dadaist.
Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
11–20 of 58 posts
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#12Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#13Earlier quoted context omitted.
It means passwords like dadada can be reversed from hashes.
Not if it's salted, no?
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#14Does this mean LinkedIn stores unencrypted passwords? That's pretty hard to believe.
It means passwords like dadada can be reversed from hashes.
For example someone else may have had dadada as a password and isuckat@passwords.com as their email, and their password was discovered via a separate breach on some other site. That other site used shit technology for securing people's passwords. isuckat@passwords.com was in the linkedin dump.
People can probably guess that any hash for isuckat@passwords.com will probably be 'dadada'. Now based on this information figuring out the hash for other users also using 'dadada' as their password is simpler. Multiply by many thousands of people reusing the same stupid password on all their sites.
In other words use a unique password and use a different unique password for each site and service you use. Use a password manager.
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#15Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#16Earlier quoted context omitted.
That doesn't need to be true for this to have happened. Zuck is a high profile target, probably the hackers just prioritised cracking his account and such a weak password would be found reasonably quickly even using bcrypt
Can you prevent targeted attacks, or is salting the state of the art? What if the salt was derived from a key the user had to supply and wasn't stored anywhere?
If I understood you that is the same as demanding the user to input two strings for password authentication, one for salt and one for password, in which case you might just as well require the user to use a longer password.
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#17Earlier quoted context omitted.
Not if it's salted, no?
It wasn't salted, but even then a targeted effort could almost certainly crack a password as bad as dadada almost immediately for a fast hash like sha1.