this post was submitted on 26 Sep 2026
389 points (94.9% liked)

Technology

88272 readers
3109 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fushuan@lemmy.blahaj.zone 44 points 1 day ago (2 children)

Idk, when I want to log into my personal GitHub a bitwarden window opens from the extension, I click the GitHub profile I wanna sign in, and I do.

It's a great implementation since it's not linked to a physical device and it lets me authenticate in place. It's still MFA, it's just more comfy.

[–] anguo@piefed.ca 56 points 1 day ago (2 children)

It's not MFA if all you need is your bitwarden password.

[–] surfrock66@lemmy.world 23 points 1 day ago (1 children)

Unless your bitwarden has MFA and locks after an amount of time commensurate with your security needs

[–] plateee@piefed.social 10 points 1 day ago (2 children)

True, but how does GitHub know your bitwarden has MFA? It only knows something has a valid credential.

[–] surfrock66@lemmy.world 3 points 17 hours ago (1 children)

I don't think that github has to know that. You could be using a password manager and choose to make it a minimum character boring password or meet minimum complexity requirements or use the same password on a million sites. You have to secure your credentials; complying with the minimums of a service isn't security.

[–] plateee@piefed.social 1 points 8 hours ago

GitHub doesn't need to know that - I think that's why it's a bit of a cop out for MFA. Sure, your bitwarden may implement MFA, but just a chrome browser isn't MFA.

Passkeys enable sites to offload the responsibility of securing accounts to the user, and if the user chooses a weaker way to implement them, GitHub doesn't give a fuck.

[–] Natanael@infosec.pub 8 points 1 day ago

Github doesn't need to know how you implement it, just that your browser is handling it (and in this case the browser lets Bitwarden handle it lol)

[–] fushuan@lemmy.blahaj.zone 5 points 1 day ago (1 children)

It technically is, it's not about the amount of actions you need to do, it's about the amount of actions the platform you are logging in needs to do with you. That both interactions interface with a bitwarden local device makes the weak link your local device, which already was anyway.

[–] anguo@piefed.ca 4 points 1 day ago (3 children)

Github only asks me for (bitwarden's) passkey. That's just a single factor.

[–] Passerby6497@lemmy.world 5 points 1 day ago

A securely stored modern certificate is going to be magnitudes more secure than password plus MFA.

The certificate path uses cryptography to prevent disclosure of your secret, and can't be compromised when the site inevitably gets hacked.

[–] fushuan@lemmy.blahaj.zone 1 points 23 hours ago (1 children)

I wouldn't classify passkeys as MFA tho, they are a passwordless method that's more secure than most MFA methods. Afaik it's based on signed certificates or something like that and that's virtually unhackable unless someone gets physical access to your device (and that's game over anyway).

[–] anguo@piefed.ca 1 points 22 hours ago* (last edited 22 hours ago) (1 children)

But bitwarden uploads it to the cloud to be used on any computer, AFAIK.

[–] fushuan@lemmy.blahaj.zone 3 points 19 hours ago

Bitwarden uploads the whole vault (the whole json of passwords, passkey codes, MFA identifiers, credit card info...) encrypted with your master password. Meaning that whatever is on the cloud should be virtually unbreakable. That's why every time you write the password in the extension or Android app or whatever it takes a second or two to open, because it's downloading and decrypting everything locally.

When you update a password they need to reencrypt the whole vault and re-upload it again even though it's wasteful since that's their whole security plan.

[–] Natanael@infosec.pub 1 points 1 day ago

If you're using software that properly uses your device's SE / TPM chip then it's much more secure against malware, etc. And the main selling point is the much stronger phishing resistance (can't trick you into logging in via a fake site, etc)

[–] voyagertest@retrofed.com 9 points 1 day ago (1 children)

This would be great if it worked consistently.

In reality, extensions work in some browsers but not others, on some websites but not others, and with passwords at least you can fall back to copying and pasting, or even typing, if auto-fill isn't working in the context for whatever reason. With a passkey not only are you SOL, but it will delay your ability to move onto the password option if there is one.

The devils in the (implementation) details.

[–] fushuan@lemmy.blahaj.zone 3 points 1 day ago

Agreed in general, but that's how improvements roll out for anything basically.

You enable it where it works, and you keep using the nonce based MFA whose name I can't recall right now for where it doesn't work well.

It might sound annoying but that's society, it takes a long time to adopt new tools and build a standard.