Hacker News new | ask | show | jobs
by dementis 1304 days ago
Yes, because rainbow table attacks are still surprisingly effective. Although what is even more surprising is finding password still stored in plain text somewhere.
1 comments

If the password complexity is small, than sure, you can use rainbow tables. But if the password get longer and longer, than have do you want to store the rainbow tables? Also if you have salted passwords, how are the rainbow tables going to help?
Number one password still in use with a total count of 4,929,113 is simply "password".

https://nordpass.com/most-common-passwords-list/

Which is why there are Identity and Access Management (IAM) and Privileged Account Management (PAM) solutions that help protect against a users own laziness.