• skulblaka@sh.itjust.works
    link
    fedilink
    arrow-up
    64
    ·
    11 days ago

    That just means they’re forcing everyone to change their passwords but they don’t want to come out and tell you about it.

    If you’re lucky, some overzealous sysadmin is just trying to enforce regular password updates on his users, and makes them expire every once in a while.

    More likely, there was a breach of some sort that they want to keep on the hush.

    • MicrowavedTea@infosec.pub
      link
      fedilink
      arrow-up
      34
      ·
      11 days ago

      It’s also possible there’s a hidden max password size somewhere, like some fields only counting the first x characters of the password but it’s inconsistent across different forms.

      • Midnight Wolf@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        ·
        edit-2
        11 days ago

        USAA is guilty of this shit. Let’s you set a huge password. Truncates it. Doesn’t tell you about it. Error when logging in.

        I want to beat the motherfucker behind this strategy.

        E: Kagi too. I removeded out the support and I got a ‘meh, it should have told you’ response. Fix your shit.

        • MicrowavedTea@infosec.pub
          link
          fedilink
          arrow-up
          6
          ·
          11 days ago

          Not sure what is worse, not telling you and giving an error or not telling you and letting you log in (ie truncating the password both times, letting you think your password is longer than it is)

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

      but they don’t want to come out and tell you about it.

      It also doesn’t require a code change to continue blaming the user when you invalidate all current passwords.

      It’s a couple database queries to move all current passwords to old passwords, and change current (hashed) password for everyone to “deadbeef”. Nobody can guess a value that adds to their salt and hashes to “deadbeef”, and you get this behavior.