• shnizmuffinA
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    change your account passwords, use a password manager and switch to passkeys wherever possible.

    Can someone explain to me how passkeys are more secure / better than passwords?

    • 9tr6gyp3@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      2 days ago

      Passkeys are a cryptographic public key authentication system, similar to how SSH keys work.

      Your password manager stores your passkeys. You must complete a private/public key pair challenge with the website you are trying to authenticate with in order to login using your passkey.

      It changes the factor from “something you know” to “something you have”.

      Most password managers require biometrics (something you are), or require a master password (something you know). Once this is paired up with a passkey (something you have), it means you are using multi-factor authentication to login, which is much stronger than using just username and password.

        • 9tr6gyp3@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          2 days ago

          No, two factor authentication does not mean it is a passkey.

          Email is something you know, but also something you have. You know the username and password to your inbox, but you have access to your inbox if you stay logged in, so this can be either factor. A phone number is something you have, so you can receive text messages with it as a factor. Passkeys are its own technology that fit into the something you have category. Once you have two of these factors combined, thats how you get the 2FA experience.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      A super basic explanation as I understand it.

      With a passkey the server (like Google) only has half of the passkey, you have the other half.

      So having the server half be made public is still safe, as it’s not useful on its own without the other half that you still have kept private.