Wrong.
Comment on Shadow PC got hacked, and had user data leak
TORFdot0@lemmy.world 1 year agoIt’s not exactly that hard to crack passwords from a hash anymore. I don’t know if shadow has MFA but you should assume that if all you have is a password that your account is already compromised.
atetulo@lemm.ee 1 year ago
httpjames@sh.itjust.works 1 year ago
It’s actually pretty difficult still if you’re using secure hashing functions like Argon2 and bcrypt because they’re hard on memory and computational power, meaning brute force attacks are pretty much infeasible, both due to hardware requirements and long hashing times.