439
What industry secret are you aware of that most people aren't?
(programming.dev)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
How do passwords get scraped?
Shitty sites that store PWs in plain text, or they get compromised and the password is figured out from the hash. Probably the most common way right now is phishing, and with AI/LLM it's pretty easy to do spearphishing attacks on a large scale. The target enters their password on a seemingly legit site, but it's actually an attacker's site that logs the PW. There are lots of ways to get a password, and password-only authentication is considered pretty weak, even with a "strong" password.