> Slack’s hashing function is bcrypt with a randomly generated salt per-password which makes it computationally infeasible that your password could be recreated from the hashed form. Is this true even when the attacker is specifically focusing on a single account, or is it only computationally infeasible to recover passwords for accounts in general?
It's feasible if you use a commonly used password or if the attacker knows specific information about you or your password. Otherwise, it is pretty much impossible. // this is about focusing on a single account. Nobody would ever bother with trying to crack the whole DB.
Even if it's a gmail user, if you get them, and they use the same password on their mail, poof, you're in.
What gets me is that banks of all places have the worst password abilities (for their web logins)... case insensitive, only letters and numbers.