Passkeys are built on the FIDO2 standard (CTAP2 + WebAuthn standards). They remove the shared secret, stop phishing at the source, and make credential-stuffing useless.

But adoption is still low, and interoperability between Apple, Google, and Microsoft isn’t seamless.

I broke down how passkeys work, their strengths, and what’s still missing

  • sentientRant@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    5
    ·
    17 hours ago

    Even if you are really careful, your details can always be leaked from a company server during a breach. If the companies adopt passkeys, that issue isn’t there. Because there isn’t a password anyone can randomly use. That’s why I feel big tech companies are moving towards it.

    • xthexder@l.sw0.com
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 hours ago

      Companies should already be storing password hashes, so the risk of leaking a hash vs a public key is roughly the same. It’s just that private keys are generally longer than passwords and therefore harder to bruitforce.

      Any company storing passwords in a recoverable format deserves to be hacked.