• @johannesvanderwhales
    link
    English
    3
    edit-2
    2 hours ago

    If you’ve ever used ssh it’s very similar to how ssh keys work. You create a cryptographic key for the site; this is the passkey itself. When you go to “log in” the client and server exchange cryptographic challenges, which also verifies the site’s identity (so you can’t be phished…another site can’t pretend to be your bank, and there are no credentials to steal anyway). Keys are stored locally and are generally access restricted by various methods like PIN, passphrase, security key, OTP, etc. When you’re entering your PIN it’s how the OS has chosen to secure the key storage. But you’ve also already passed one of the security hurdles just by having access to that phone/computer. It is “something you have”.

    • @Valmond
      link
      English
      21 hour ago

      So one password to access them all basically?

      That’s quite a weakness.

      • @johannesvanderwhales
        link
        English
        248 minutes ago

        It’'s really up to the end device (and the user of said device) to decide how much security to put around the local keys. But importantly, it also requires access to the device the passkeys are stored on which is a second factor. And notably many of the implementations of it require biometrics to unlock.

        The “one password” thing is also true of password managers, of course. One thing about having one master passphrase is that if you do not have to remember 50 of them, then you can make that passphrase better then you otherwise might, plus it should be unique, which prevents one of the most common attack vectors.

      • @Spotlight7573
        link
        English
        256 minutes ago

        So one password to access them all basically?

        That’s essentially how all password managers work currently though?

        • @Valmond
          link
          English
          150 minutes ago

          True, I hoped for something better :-/

          • @Spotlight7573
            link
            English
            145 minutes ago

            If it makes you feel better, most PINs on modern devices are hardware backed in some way (TPM, secure enclave, etc) and do things like rate limiting. They’ll lock out using a PIN if it’s entered incorrectly too many times.

      • Beej Jorgensen
        link
        fedilink
        English
        257 minutes ago

        If you get my master keepass password, you have all my passwords, too.

        • @Valmond
          link
          English
          249 minutes ago

          As I said to Spotlight7573 yes true, I just hoped for something better.

          • @johannesvanderwhales
            link
            English
            138 minutes ago

            If you’re paranoid about this, go buy a yubikey and use that to secure your device/access to your passkeys. Being able to secure your own data instead of relying on the admin who may or may not know what they’re doing to secure the server is an advantage of passkeys.