250
Safe passwords
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
You can have a list of hashes for known weak passwords, and compare it to hashes of the actual passwords stored.
Or at least that's how I think it'd work
If the passwords were properly salted, it wouldn't. But if they're not salted, helloooooo rainbow tables. Or the world's greatest crossword puzzle, like that one Adobe accidentally made. Maybe even both!