|
|
|
|
|
by firen777
630 days ago
|
|
> Is plaintext really that much worse than hashed/salted/whatever storage? Bruh... Any random rouge employee (and judging from OP's post, it's accessible to not just DB admin/IT but also regular supports) can easily scrape any password they want. Considering OP was told the password on a call, I'd guess a low tech social engineer could easily extract any password they want as well. > Is this just defense in depth You use "just" as if "defense in depth" is just some security theater term with no substance. |
|
I read up a bit more on salting passwords, and now I see that it makes guessing the passwords _way_ harder, because it adds a factor of O(n) to the guessing (n is the number of passwords leaked).