• LiveLM@lemmy.zip
    link
    fedilink
    English
    arrow-up
    120
    arrow-down
    1
    ·
    12 days ago

    The best I’ve seen was yesterday where a website had the log-in button greyed out after the password manager filled my creds in.
    So I had to manually click both the email and password field. Just click them. Then it enabled the log-in button.
    So someone took their time to write a piece of JS that said “If the user hasn’t focused both fields at least once, no login”. Literally why? Extra code that does nothing useful.


    I was hoping passkeys would be the solution to this madness, but it seems to me the entire spec gives too much power to the OS Makers and too little to the users because “mUh AtTtEsTatIoN” so now I don’t know anymore

    • Gumby@lemmy.world
      link
      fedilink
      English
      arrow-up
      51
      ·
      12 days ago

      I’ve definitely run into that. Even more frustrating is when there was one particular site that forced me to actually delete the last character of my password and then retype it. Just focusing in the field wasn’t enough, I had to actually send it a keystroke. And Ctrl-V to paste the password in manually didn’t count. I suppose typing a random character at the end and then deleting it would have worked too.

    • spizzat2@lemmy.zip
      link
      fedilink
      arrow-up
      23
      ·
      11 days ago

      My utitlies website doesn’t let you login if the password field is autofilled by the browser. Whatever Angular-based form validation they are using doesn’t play nice with Firefox’s saved password feature. You have to manually type something in the password field, so I always add and remove a space from the password.

      I sent an email to their support, hoping they would fix it, but they just responded saying that they can’t reproduce it.

      Well, I can reproduce it. I even told you how. That sounds like a skill issue.

    • ricecake@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      11 days ago

      They inevitably didn’t write it for that reason. They wrote it to say the field is invalid until the user changes it to be valid after someone landed on the page holding the enter key down and instantly locked themselves out after submitting the form 50 times in 3 seconds.
      Unless you know otherwise, it’s easy to think that “form interaction” is the same as “form changed”, and one of those is much easier to check.

      I’m unsure what you mean about passkeys. I don’t think I’ve heard anyone mention significant concessions to os makers and I’m pretty tuned in on the topic.

    • Passerby6497@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      11 days ago

      Oh, it gets worse. I’ve had some where I have to enter a character into the boxes before it would figure its shit out…

    • lambalicious@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 days ago

      So someone took their time to write a piece of JS that said “If the user hasn’t focused both fields at least once, no login”. Literally why? Extra code that does nothing useful.

      If anything, 30 seconds in Greasemonkey should fix that one (either blocking the function that is doing it, or manually firing click events on the fields).

  • criticon@lemmy.ca
    link
    fedilink
    arrow-up
    81
    ·
    12 days ago

    Or worse:

    Use email link -> use password instead

    Enter password

    Now enter the code that we sent you your email…

    • ulterno@programming.dev
      link
      fedilink
      English
      arrow-up
      26
      ·
      11 days ago

      2 factor authentication, only when you feel like it.

      They might as well be piping the password to /dev/null

  • Lung@lemmy.world
    link
    fedilink
    arrow-up
    76
    arrow-down
    1
    ·
    12 days ago

    HEY BUT DO YOU WANT TO USE A PASSCODE?? PASSCODE! PASSCODE! USE THE PASSCODE! -_-

      • panda_abyss@lemmy.ca
        link
        fedilink
        arrow-up
        32
        arrow-down
        8
        ·
        12 days ago

        Passkeys are okay, but your browser and OS want you to use them because you can’t just take a passkey to another platform, you have to create a new one, and it’s a pain in the ass.

        It’s a lock-in gimmick latching on to a real useful solution.

        • 4am@lemmy.zip
          link
          fedilink
          arrow-up
          40
          ·
          12 days ago

          Password managers can hold Passkeys now and they’re portable. Bitwarden stores all of mine, use them on any machine.

          • towerful@programming.dev
            link
            fedilink
            arrow-up
            11
            ·
            11 days ago

            Yeh, I have passkeys in bitwarden.
            I get it. Once they become ubiquitous, you click “login” your password manager prompts you to select account, and you are in.
            No password that can be leaked, incorrectly stored, brute forced.
            Corporations can pre-register company service passkeys for new users.
            It’s like mTLS, except staged.

          • suicidaleggroll@lemmy.world
            link
            fedilink
            arrow-up
            9
            arrow-down
            2
            ·
            11 days ago

            While true, it still means you’re locked into only being able to log in from a browser that has the password manager extension installed and logged in. Sometimes I want to log in from another machine, or another OS, or another browser, or even an incognito window that doesn’t have access to my extensions.

            • ricecake@sh.itjust.works
              link
              fedilink
              arrow-up
              5
              ·
              11 days ago

              You can do that without an extension. There’s a bunch of different protocols that let you, for example, use your phone as the authenticator.
              You can log in with your phone on a computer you’ve never used before by scanning a QR code and credentials never leave your device.

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

            It’s good but for some reason I can’t use them on my degoogled android phone. Doesn’t pop up to select… It thinks I want to use a yuibkey or other device.

        • Psychodelic@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          11 days ago

          Ok that makes a lot of sense. It definitely seems like it’s more for them than it is for the user’s “convenience”

        • ricecake@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          11 days ago

          My passkeys are tied to my phone, which I use via the browser and OS. I keep them in my password manager running on the phone. My password manager supports the open spec for securely migrating credentials between vendors.

          It may be difficult to believe but they want you to use them because they’re legitimately significantly better.

          Users are silly. They blame Microsoft for bad passwords. They blame Google for forgotten passwords. They blame Facebook when they click on a phishing link. They blame apple when apple “lets” someone who they gave their password to see their pictures. They blame apple when they don’t let the user in just because they forgot their password and every recovery mechanism.

          Everyone involved has a significant issue with passwords because they cost them user satisfaction, credibility, or money directly. The reason cross vendor transfer has been slow is because everyone wants to be the leader, since if everyone follows your lead you get to make it work better with your stuff.

      • voidsignal@lemmy.world
        link
        fedilink
        arrow-up
        14
        ·
        12 days ago

        Passkeys are fine. It’s just MTLS but by marketers (if by passcode you mean passkeys. otherwise, what’s a passcode?)

  • paequ2@lemmy.today
    link
    fedilink
    arrow-up
    57
    arrow-down
    1
    ·
    12 days ago

    God I hate those stupid magic links. They’re WAAAAYYY slower than just using my password manager.

    AND they kinda contribute to locking you into Big Tech. I sometimes have problems with those stupid links because I don’t have a Gmail account. Somewhere along the stupid chain there’s probably some stupid check that delays or blackholes emails to non-big-tech domains.

    • definitemaybe@lemmy.ca
      link
      fedilink
      arrow-up
      25
      ·
      edit-2
      11 days ago

      Based.

      Email is terrible. It’s an unreliable communication system. You cannot depend on sent emails arriving in the recipient’s mailbox—even the spam folder.

      People incorrectly assume that all emails at least get to their spam folder. They don’t. There are multiple levels of filters that prevent most emails from ever making it that far because most email traffic is bots blasting phishing links, scams, and spam. Nobody wants phishing and scam emails, but the blocks that prevent those are being used by big tech to justify discriminating against small mail servers.

      I can’t remember the site, now, but I literally couldn’t log into one this week because the email never arrived.

      • balsoft@lemmy.ml
        link
        fedilink
        arrow-up
        12
        ·
        11 days ago

        I can’t remember the site, now, but I literally couldn’t log into one this week because the email never arrived.

        Well, email allows you to solve that issue by self-hosting. But what you can’t solve is that if you do self-host, gmail will drop your emails to spam or just discard them completely, just because it feels like it, even if you do the whole dance with DMARC and have used the domain for a good few years. It’s frustrating as shit.

      • Airfried@piefed.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        11 days ago

        I had an email never arrive because I used Firefox for Linux. It worked on my phone in a different browser. God knows what went on there. I suppose their website never really registered I even made a request from my desktop even though it told me the email was on the way. Really strange.

      • peacefulpixel@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 days ago

        true, but i would also argue that’s a much less utilised alternative. most people don’t even know what that is even though it’s a great redundancy.

        • brian@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          10 days ago

          they don’t need to know what’s happening when a panel pops up on their phone, says touch the fingerprint scanner, and enrolls a passkey. it’s on the companies

    • ranzispa@mander.xyz
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      11 days ago

      It is quite normal to ask for an email address at registration even when using password based authentication.

        • kamen@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          11 days ago

          No email would be fine for most people, but then there would be the small number of folks who will cry all hell when they forget their passwords and/or secret questions and can’t get in…

        • BlueÆther@no.lastname.nz
          link
          fedilink
          arrow-up
          5
          ·
          11 days ago

          It was more or less the default many moons ago, then just a username became more common, now it is back to email or some third party login

  • HuntressHimbo@lemmy.zip
    link
    fedilink
    arrow-up
    36
    ·
    12 days ago

    Ah but you see it’s one factor of authentication that also conveniently loops in whichever email provider is spying on you

    • LedgeDrop@lemmy.zip
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      11 days ago

      Ding! Ding!

      This is the real answer: mail providers get to track you, your service get constant confirmation that your email is live (so they can send more ads from themselves plus their 400 closest affiliates). It’s a win-win situation for everyone /s.

      “The beatings enshitification will continue, until moral is improved.”

    • voidsignal@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      12 days ago

      Of course. How would Microslop or Google LLMs snoop on your data then? You guys really make no effort… /s

  • JasonDJ@lemmy.zip
    link
    fedilink
    arrow-up
    25
    ·
    edit-2
    11 days ago

    And then…

    The password manager can’t fill the form. You’ve got to change your 10-word, unique passphrase because it’s 3 months old. And you have to verify with a text.

    Oh and then you have to type it in on your TV with a remote and on-screen keyboard.

    • tazeycrazy@feddit.uk
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 days ago

      Also you better hope you used the password manager for this obscure app you don’t remember signing up with.

      It used a different URL for sign in so isn’t picked up by the password manager.

      The password is too strong doesn’t accept Ukraine letters.

      Dose your granny have the a password manager. She should but would she understand how it works.

    • sunbeam60@feddit.uk
      link
      fedilink
      arrow-up
      4
      ·
      11 days ago

      And when they do they only offer them as the second factor.

      Yes, let me first input my password (from a password manager), the let me approve with a passkey that is meant to make my password not necessary.

      But email based login: FUCK THAT SHIT.

      • imouto@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        11 days ago

        I actually prefer using FIDO2 as a second factor only cos I use YubiKey which can only store 100 RKs.

      • scholar@lemmy.world
        link
        fedilink
        arrow-up
        9
        arrow-down
        1
        ·
        11 days ago

        Public key cryptography tied to physical hardware, so if you lose your phone / usb key, you need to use your backup recovery code; a fairly short one time password that negates the security benefits of Fido in one easy step.

        It can also use biometrics, but that requires every device you log in on to have biometric readers.

      • flynnguy@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        10 days ago

        Email is considered insecure as a 2nd factor. TOTP stands for Time-based One-Time Password. Usually you store a seed and that combined with the time generates a time based password. If someone intercepts it, it’s only valid for a certain time frame (I think about a minute or so), after which it’s invalid.

        • Mose13@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          10 days ago

          Yes but email is only a second factor when used in addition to a first factor (e.g. password). If it’s just magic link without password, then email is the only factor

  • ZeldaFreak@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    4
    ·
    11 days ago

    Or the obscure ways for 2FA/MFA. Passkeys are mostly cloud based. Yeah fuck no! The weakest Passkey is weaker than my usual random generated password, if the site don’t do any shady business and require a weak password. Hardware keys are luckily not pushed for usage. I don’t like them either. You require at least 2, for backup reasons. They also cost quite some money and they have zero auth. Just connect to usb and tap it. Also retrieving the backup and get a replacement for a defective one, takes some time.

    Good old TOTP as 2FA is perfect, paired with a strong, random password. With my TOTP, I have an encrypted backup in my cloud, on my NAS, older backups in secure places and backup codes in several places. The TOTP App I use is open source and I have a mirror of the source code.

    This should be enough security, if sites don’t screw up all the time. You can bypass 2FA all the time. Even the credit card company screwed up big time. Usually you get 2 separate letters, one with your pin and one with your card. Both came on the same day. Also I actually didn’t needed the pin in the first place. I was able to add the card to the app and see the pin there, without actually verifying anything, except the credit card number.

    Maybe when passkeys are supported in my password manager, I will try it but so far it isn’t and switching is not an option, as it doesn’t support the features I need. There is an open issue for an alternative password manager, with that feature request and it has some people wanting it, but its still not added. But passkeys doesn’t fix the issue for me using stronger keys, it fixes the site owners to allow stronger keys but they are still not required to use it. Some devs are just weird. I’ve read one PR for an FOSS project I use, where someone wanted to implement a universal oath or such stuff, that would support all types of external authentifications. Nope, the dev refused the PR and they wanted to stay at the 2 proprietary implementations, for 2 services, even though this universal implementation would work with these 2 too. I can’t tell exactly what it was. I was experimenting with an auth service for my self hosted stuff, to not deal with several accounts and rights systems. This service was the first one which I wanted to switch and they didn’t wanted to support it, leaving me with the standard login.

    • Legianus@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 days ago

      You can force auth on hardware passkeys for every activation. A sort of local password. Much more secure, also if somebody is in possession of your passkey and you didn’t just loose it somewhere you would be fucked anyways.

      I have three, one for home, one for backup, and one for travel. I can See why ppl. Are annoyed by that, but speaking of costs, you can get these starting from ~20 Dollars. Additionally, passkeys could and should replace passwords and not EB generally used as 2FA.

      Also many password managers (incl. FOSS) do support Passkeys, but having them in your password manager makes them arguably useless. Same if you use 2FA on your phone and a password manager and your phone gets compromised somehow.

      • ZeldaFreak@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 days ago

        I quote myself from a different comment:

        I just needed to think of the scene from the Simpsons, where Mr. Burns and Smithers go all through the security checks and in the end, there is a flimsy open backdoor, where a stray dog entered the room. All security in the front doesn’t matter, if the backdoor is not secure at all and until the backdoor is that unsecure, I’m not willing to add money and time, to make the front door more secure.

        The phone argument lacks a bit. Accessing the TOTP App and the password manager do require a separate authentification, to get encrypted. Sure if they snatch my phone away, when its fully unlocked, including my password manager, they have access for a limited time. They need to be fast enough, until I can remotly lock it or until it automatically locks itself. Android phones can now detect when they are stolen. Either by the movement or when it goes offline. The latter I tested and it’s not instant, but you still don’t have long.

        I don’t think about potential backdoors. If there is no known backdoor, then I deem it save. Sure they also could me to unlock the phone. This would be xkcd 538. And this applies to any security.

        Adding more security and inconvenience doesn’t make sense to me, so long the backend is shit. So far a few big companies did screw up hard in their backend and dozens of smaller sites do some bad stuff, that it doesn’t really matter how strong your login is. Here I reference back to my quote.

        In a closed system, like a company, this added security makes sense, as they usually control the backend as well. If my CEO would send me a text request to reset his logins, I would call him or walk to his office, and ask him directly. Sure with AI, they could impersonate his voice but I don’t think they can impersonate his way to speak.

        • Legianus@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 days ago

          Well Passkeys are a good step to enhance security and remove potential backdoors from companies for one. As you have your private key that cannot be easily imitated and is checked by the company that you use.

          And generally speaking, your phone can be attacked via software without even having physical access. So if your phone is infected they gain access (at some point during usage) to both your password manager and your 2FA. It is just never a good idea to have multiple thongs in one place.

          On a side note, with physical access to one of your devices for a longer time, most things can be accessed by a malicious actor.

          • ZeldaFreak@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            11 days ago

            Of course everything can be hacked. When I think something is compromised, then I need to change everything. So far I didn’t heard of any remote zero click compromise. With the fancy hacking tools of some companies, its not publicly known how they gained access. I suspect either physical access or some malware. But we are speaking on a high level of hacking, that most people don’t need to be scared off. At that level, there are other things to worry about.

            When we just look at the dangers an average person might encounter, this level of security is fine. I do had accounts compromised and I can exactly tell what my mistake was. One was sharing my password with someone else and not knowing how secure his devices where and not having 2FA. The second one was that I used the same password everywhere. At this point I was switching to generated passwords and still didn’t had every account changed (the unimportant ones).

            Of course Passkeys are by nature a more secure implementation, as you are unable to save plaintext passwords but there is one thing that this can’t solve and that’s being that they remove and reset your auth, without verifying your identity. Hackers still can steal session tokens and sites don’t need to require additional authentification, when altering your authentification.

    • jake_jake_jake_@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      11 days ago

      Every hardware based key I ever used also required PIN, but as far as expense and backups, yes, for personal use the cost generally may not be justified. I got all my personal ones as a bundle that was on sale. For work I would argue that some businesses can easily justify the cost to create a rotating stock of hardware keys to deal with lost keys. Generally in that environment you have centralized PKI, where you can revoke the certificate on the lost key and then issue a new certificate on a new hardware key. This doesn’t help for all sign in methods tied to hardware keys, but can be very practical when implemented right.

      I also agree on TOTP as the ultimate generic 2FA method, with several worsening options until the despised email or sms 2FA. I will also add that you can setup TOTP on modern hardware keys, where you must insert and complete PIN entry. The inconvenience is that you must have all your keys and password manager available at setup time for places that don’t support multiple TOTP codes.

      • ZeldaFreak@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        11 days ago

        I didn’t invested too much time into hardware keys but requiring additional software on other PCs, still is a no-go for me. With my current setup, I only need my smartphone and I always carry it around.

        For business use, this is a whole different topic. With a proper setup, all machines would require the software and you shouldn’t access these accounts outside from company devices. Its also an expense which the company must carry and its easier for them to handle backups. Also in that Setup, you can have SSO/LDAP, where you can physically proof that you are you and requesting resetting the MFA. With an online service, they usually require a weak proof, like just the access to an email account.

        I just needed to think of the scene from the Simpsons, where Mr. Burns and Smithers go all through the security checks and in the end, there is a flimsy open backdoor, where a stray dog entered the room. All security in the front doesn’t matter, if the backdoor is not secure at all and until the backdoor is that unsecure, I’m not willing to add money and time, to make the front door more secure.

  • Deebster@infosec.pub
    link
    fedilink
    arrow-up
    11
    ·
    12 days ago

    My email uses greylisting which is where the first email received from a server gets a “busy” response - the idea being that spammers just fire and forget whereas real mailers will retry.

    Unfortunately, some senders take so long to resend that it’s timed out. The second time will work though. Unless they have multiple servers. Some have so many servers that you have to do this a multitude of times until you lose the will to login or forget what you were going to do anyway.

    • MDCCCLV@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      11 days ago

      Website wants you to make a passkey, go to login but the entry form only accepts the user name, then you have to click next to password which may or may not accept the passkey.