Haven’t looked much into the breach, but probably the biggest issue is passwords. If unencrypted, and a user uses the same generic password for their email or bank or whatever, that possess a serious concern.
This highlights the importance of not reusing passwords
What user data do people have on ia?
Hopefully they didn’t store to much financial info from donations, otherwise I am a bit coocked…
This is why monero should be the future.
Haven’t looked much into the breach, but probably the biggest issue is passwords. If unencrypted, and a user uses the same generic password for their email or bank or whatever, that possess a serious concern.
This highlights the importance of not reusing passwords
If someones reusing their passwords then their passwords will likely be found very easily with rainbow tables.
If your password is long/complex enough, it ain’t going to be on a rainbow table. But yeah.
People reusing passwords probably also aren’t using long and complex passwords.
why not? they may have one long pass that they remember and use for everything, can’t be bothered to remember more of them.
That’s probably correct, horse battery staple.
Rainbows tables are mostly irrelevant lately. Well at least if u follow proper salt and proper reccommendationa.
Which bcrypt does, since it generates a unique salt per-password.