• @Specal
    link
    English
    438 months ago

    Alot of people don’t like Microsoft, but they’re pushing for zero password authentication for a reason. Passwords are getting really insecure really fast.

    • andrew
      link
      fedilink
      English
      35
      edit-2
      8 months ago

      This vulnerability has nothing to do with password strength or security and everything to do with password reset security, i.e. email and improper handling of parameters to that reset API call.

      Passkeys are interesting and potentially quite strong but they’re going to have to fall back to the same old reset mechanism if you e.g. drop your passkey device (phone) into a lake.

      • @[email protected]
        link
        fedilink
        English
        18 months ago

        Or just make it clear your account is gone if you lose your passkey, so have a second key for backup or learn a hard lesson.

        • @cley_faye
          link
          English
          28 months ago

          Yeah, good luck with that. You can tell someone “if you lose this token, all data are unrecoverable”, they’ll reply with “ok, got it!” and about two and a half second later call you saying “Hey I lost my token can you recover my data?”.

          • @[email protected]
            link
            fedilink
            English
            18 months ago

            Hence the “hard lesson” part. A lot of us tech-focused people learned the same lesson with our document backup systems. You lose some important documents, then you realize you really should backup your stuff. All I hope is these people learn the lesson earlier in life before the consequences become more and more severe.

    • Encrypt-Keeper
      link
      English
      178 months ago

      Have they given up on their “Passwords are insecure, use this 4 digit pin instead” push?

      • @Specal
        link
        English
        38 months ago

        I just use their Authenticator app out of convenience, I get a notification when I login through it and it asks me to input the correct number given by the app, a 2 digit number.

      • @Flying_Hellfish
        link
        English
        38 months ago

        Not entirely, but now MS, and a lot of other companies, are pushing passkeys. I still prefer password + hardware 2fa but it’s safer than people reusing the same password everywhere.

        • Encrypt-Keeper
          link
          English
          3
          edit-2
          8 months ago

          I am a fan of passkeys. Particularly because they essentially function as hardware 2fa, except they’re the only factor, which isn’t as big of a problem because it’s not something you can steal in a service breach like passwords. I’ve also noticed that even when using passkeys, most sites let you force a TOTP code as well anyway.

          • @Flying_Hellfish
            link
            English
            38 months ago

            Very true, the big issue with them is a lot of popular hardware keys, including the yubikeys that I have, are limited to the number passkeys they can store (yubikey is 25 unique). Luckily password managers are starting to support them, but now you’re back to having a strong password + hardware 2FA to store those passkeys anyway.

            I do like TOTP or just hardware 2FA as a backup for my passkeys. What I really can’t stand is sties that only offer SMS as 2FA, it makes me more angry than it probably should.

            • Encrypt-Keeper
              link
              English
              18 months ago

              iPhones natively support passkeys, so at the very least the iOS user base can easily use them. Not sure about Android though.

    • CubitOom
      link
      fedilink
      English
      28 months ago

      How does Microsoft’s implementation work?

      Is it possible to log into windows without a Microsoft account using that method?