Do you people trust companies with passkeys?

I feel like big tech have started pushing for passkeys really hard lately. Microsoft has been asking me if I want to switch to passkeys pretty consistently. Google just automatically brings up the passkey registration fingerprint scan system dialogue every single time I’ve been signing in on Android. Without even asking if I want a passkey or not, it just does it without saying anything. I think the intention is pretty clear, an unknowing person sees the completely random fingerprint scan dialogue, doesn’t think much of it, scans their fingerprint, a passkey gets created automatically.

Well, I fell for their trick. I’ve been avoiding the passkey dialogue pretty consistently for a while now, but just now I was signing in while distracted and accidentally tapped my finger on the scanner by reflex on the prompt. I guess I have a passkey now. Yay.

I did some digging on my Google account settings and the internet, and I couldnt find a way to completely remove the passkey. It seems you can only disable the use of passkeys, but the passkey itself remains. There is also a setting called “Skip password when possible”, which is clearly what has been causing the non-stop passkey prompts. It’s on by default. It’s a shame I’m only aware of it now that its too late.

Theoretically, the passkey standart itself should be private and secure. Throughout the process, the biometric information used for the cryptographic challenges never leaves the device, and the server only gets access to a signature that has been signed with the client’s private keys that it can use to authenticate but can’t derive the private keys back from because of complicated math I didn’t spend enough energy to understand. Google automatically syncs the passkeys with its private keys with E2EE in the Google Password Manager tied to the account, which is where I start to get uncomfortable because I can’t bring myself to trust Google with E2EE.

What do you people think?

OQB @MrKoyun@lemmy.world

  • ∃∀λ@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    16 days ago

    Yeah, I trust them. I don’t think they want access to your credentials. They have the expertise to do E2EE properly. They don’t want to be humiliated in a DEF CON talk.

    They’re pushing passkeys because passkeys are a massive improvement over passwords. They would be negligent not to be pushing passkeys.

    • Ascrod@midwest.social
      link
      fedilink
      English
      arrow-up
      9
      ·
      16 days ago

      Big tech is pushing them hard as another form of platform lock-in. Passkeys are just passwords with landlords.

    • Trainguyrom@reddthat.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 days ago

      They’re pushing passkeys because passkeys are a massive improvement over password

      What’s the short technical explanation of them? Is it similar to ssh key auth?

  • bignose@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    ·
    16 days ago

    Passkeys are a potentially good technology, that is frequently implemented in an insecure and user-hostile way.

    Good: a standard way for authentication that can be implemented in common on client and server, such that the user doesn’t need to know a secret.

    Bad: Most OS and platform vendors breathlessly implemented this standard using their proprietary APIs and making it practically infeasible (read: impossible for typical end-users, therefore they won’t, therefore insecure) to attempt syncing your passkeys outside their walled garden.

    It is entirely feasible to implement passkeys in a way that users are in control and can freely move between devices and operating systems. But many implementations make that impossible, while still calling their implementation “passkey”.

    So, we need to reject any implementation which puts any barrier to the user freely migrating and syncing all their devices regardless of platform.

    • Jason2357@lemmy.ca
      link
      fedilink
      arrow-up
      5
      ·
      16 days ago

      I thought the whole point was that a passkey belonged to a device. You have multiple devices, you register multiple passkeys with your account. That way you can remove them if you lose a device. Doesn’t iOS go so far as to lock them in the TPM?

      • TaviRider@reddthat.com
        link
        fedilink
        arrow-up
        5
        ·
        15 days ago

        No, it’s the opposite. Apple argued strongly that passkeys are intended to be a replacement for passwords and so must be syncable. And that’s how it’s implemented on Apple OSes. It syncs to iCloud Keychain or your password manager, and so that same passkey is available on all your devices. It’s not even locked into Apple’s ecosystem because of cross-platform password managers.

        • bitfucker@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          15 days ago

          For once I am with apple on this one. The bad thing about passwords is their randomness. Humans are not very good at remembering very big entropy

  • placebo@lemmy.zip
    link
    fedilink
    English
    arrow-up
    7
    ·
    16 days ago

    Passkeys are a major improvement over passwords. It’s crazy how many people here are afraid of everyday cryptography.

  • Auster@thebrainbin.org
    link
    fedilink
    arrow-up
    4
    ·
    16 days ago

    I’m suspicious of anything that gets pushed too hard too suddenly.

    To add to that, let’s analyze what Microsoft themselves say:

    No typing, no guessing, no “forgot password” drama.

    If you don’t type your passwords, you forget them, which Microsoft themselves say in the same paragraph:

    With passkeys, you don’t need to create and remember passwords.

    This would take away agency of the user for his/her passwords, and towards Microsoft.

    Considering the company seems to be supportive of “you will own nothing and be happy”, at least by how they operate, this seems suspiciously aligned.

    Also:

    Instead of typing a password, you use your phone or device to confirm it’s really you, using your face or a fingerprint.

    …Oh, hey, facial recognition. Because big bro Microsoft must know the human behind the 0s and 1s too.

    Passkeys are incredibly easy to use and intuitive, eliminating the need for complicated password creation processes and the hassle of remembering them.

    “The users are dumb therefore we must take agency away from them. And they will be happy.”

    Also https://xkcd.com/936/ comes to mind. Engineered problem perhaps?

    Also the article mentions PINs besides face identification and fingerprinting, two things that are generally constant for an individual unless enough time passes, they go through surgeries, and/or some terrible accident happens.

    But about PINs, I’m not too familiar with them, but if they’re constant (“hardware keys”?), using them would say to the service it’s the actual person logging in, or someone the person was physically close to. Basically a means to physically track the user based on logging in.

    And if the PIN is one of those that changes every few seconds/minutes, from what I would follow on the matter, the more reliable ones at least on Android are those that do Google Play’s verification. Or at least the ones that are the most commonly supported. Also throughout the article, Microsoft mentions in a few key moments their services, which added to the ad-style tone of the article and the company’s usual modus operandi, it sounds a lot like they are pushing even more to centralization, towards themselves if possible.

    Other companies don’t seem to leave as obvious documents of pushing for passkeys, so thanks Bill Gates, I guess?

    And talking about Bill Gates, since apparently he is involved in other population control scandals outside of the realm of technology, the chain of trust seems to indicate a bigger problem at hand.

    • CameronDev@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      16 days ago

      Passkeys are basically passwords + tfa combined. You can save them in a password manager, so you have full control over them, including how to unlock them.

      And companies are pushing them, because they are significantly stronger than the passwords most users use.

      • snowe@programming.dev
        link
        fedilink
        arrow-up
        7
        ·
        16 days ago

        the amount of people that do not understand how big of an improvement passkeys are is really saddening. They think that somehow these tech companies are utilizing this in some nefarious way, rather than the very very simple explanation that … tech companies don’t want to be responsible for more breaches.

        Passkeys are so simple and such a huge improvement that it’s literally all upsides and no downsides. Either you use their passkey managers like you would their password managers and it’s safer for them, or you use your own password manager with passkeys in it and it’s still safer for them.

  • hirihit640@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 days ago

    I’m afraid that they’ll become an “open standard” just like the web is an “open standard”. Controlled by Google, who has the most money and employees, and pushes out additions and changes to the standards so fast that Mozilla can’t keep up, and we end up with a web that caters to Chrome.

    Imagine websites being like “oops, your KeePass database uses passkeys v7.8 but we now require passkeys v16.4”

  • unglueclass23@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    14 days ago

    As some people said here, you can just use a password manager or a physical security key (Yubikey, Nitrokey) to store the passkey. Absolutely nothing to worry about then. But either way I don’t see any reason to be concerned .

    Look up how they work.