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

  • @inclementimmigrant@lemmy.world
    link
    fedilink
    English
    26
    edit-2
    2 years ago

    While sending your password in plaintext over email is very much a bad idea and a very bad practice, it doesn’t mean they store your password in their database as plaintext.

    • JackbyDev
      link
      fedilink
      English
      252 years ago

      Encrypted passwords are still an unacceptable way to store passwords. They should be hashed.

      • @Michal@programming.dev
        link
        fedilink
        English
        82 years ago

        Just because they send out the password does not mean it’s not hashed. They could send the email before hashing.

        • JackbyDev
          link
          fedilink
          English
          52 years ago

          You’re correct and after reading more of the thread I saw OP say this was sent immediately after registering. I don’t have reason to believe it is stirred in plaintext unless they’re storing s copy of every email they send.