Larion Studios forum stores your passwords in unhashed plaintext. Don’t use a password there that you’ve used anywhere else.

  • AlmightySnoo 🐢🇮🇱🇺🇦
    link
    fedilink
    English
    1212 years ago

    That doesn’t really mean that they store it in plain text. They sent it to you after you finished creating your account, and it’s likely that the password was just in plain text during the registration. The question still remains whether they store their outgoing emails (in which case yes, your password would still be stored in plain text on their end, not in the database though).

    • ono
      link
      fedilink
      English
      76
      edit-2
      2 years ago

      Your guess is confirmed here.

      There are plans to update the forum, including for better security (the main issue with changing the forum software is concern over reliably migrating all of the existing content). After emailing (admittedly not current best practice), the passwords are hashed and only the hash is stored.

      …and later…

      The forum has been updated to https, and passwords are no longer being sent by email.

      Which raises the question of how old OP’s screen shot is.

      Also, no, the password would not necessarily still be stored in plain text on their end. The cleartext password used in that email might be only in memory, and discarded after sending the message. Depends on how the UBB forum software implemented it and how Larian’s mail servers are set up.

      EDIT: I just verified that this behavior has resurfaced since it was originally fixed. OP would do well to responsibly report it, rather than stirring up drama over a web forum account.

      • asudox
        link
        fedilink
        English
        6
        edit-2
        2 years ago

        It is still a bad idea to send the password in plaintext via email. You never know when Bard will peek a look and then share your password along users as a demo account to try that forum.

        • ono
          link
          fedilink
          English
          52 years ago

          Nobody suggested otherwise.

        • @nogooduser@lemmy.world
          link
          fedilink
          English
          22 years ago

          You should always change your password from the system generated one to prevent that from happening. The app that you signed up for should enforce that by making you change your password when you log in.

      • @Cabrio@lemmy.worldOP
        link
        fedilink
        English
        12 years ago

        OP would do well to responsibly report it, rather than stirring up drama over a web forum account.

        ¿Porque no los dos?

        Took them 23 years to fix it last time, seems public awareness would be important in the interim, no?

      • @finestnothing@lemmy.world
        link
        fedilink
        English
        382 years ago

        Honestly, why risk duplicate passwords even then? I have one strong password that I use for accessing my password manager, and let the password manager generate unique random passwords. Even if I had an easier password that I duplicated with some small changes, I’d still use a password manager to autofill it anyway. I use bitwarden personally, you can also self host it with vaultwarden but it seemed like more trouble than it was worth imo

        • Decoy321
          link
          fedilink
          English
          17
          edit-2
          2 years ago

          This is a friendly reminder to everyone that password managers are not risk free either. LastPass was hacked last year, NortonLifeLock earlier this year.

          • @finestnothing@lemmy.world
            link
            fedilink
            English
            102 years ago

            Personally the risk of bitwarden is outweighed by its convenience (compared to self hosted/local only solutions) in my opinion, but I know that’ll change real quick if bitwarden ever has a breach. If it does I’m jumping ship to a self hosted or local only solution, but I’m hoping that doesn’t have to happen

            • @underisk@lemmy.ml
              link
              fedilink
              English
              102 years ago

              Bitwarden is end to end encrypted. If the host gets hacked your passwords are still as safe as your master password is. Self hosting wouldn’t really be a huge help there. Possibly even detrimental depending on your level of competence at securing a public facing web host.

              • @NOT_RICK@lemmy.world
                link
                fedilink
                English
                12 years ago

                I heard people’s LastPass accounts were getting compromised after that theft, but I also don’t know how strong their master passwords were.

          • @neatchee@lemmy.world
            link
            fedilink
            English
            12 years ago

            This is why I don’t use a common centralized password manager, just like I don’t use any of the most popular remote desktop solutions like TeamViewer for unattended access.

            I run a consumer copy of Pleasant Password Manager out of AWS and use NoMachine for unattended access to any machines where I need it.

            Security through obscurity is tried and true. Put as little of your security attack surface in the hands of others as is reasonable.