this post was submitted on 16 Sep 2025
649 points (97.7% liked)

Programmer Humor

26407 readers
613 users here now

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.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] MehBlah@lemmy.world 4 points 1 day ago (1 children)

Or just a password that is known to you and only you.

[โ€“] rumba@lemmy.zip 1 points 1 day ago

Those are awfully dangerous on their own these days.

As soon as a poorly salted hash leaks or gasp, a hash with no salt, it's super easy to reverse those passwords now.

2FA severely reduces the danger of rainbow tables and keyloggers. The only real worry with 2FA is login replacement and interception. and passkey solves that, allbeit at the cost of complexity.