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

  • voxel
    link
    fedilink
    English
    15
    edit-2
    1 year ago

    hashing on client side is considered a bad idea and almost never done.
    you actually send your password “in plain text” every time you sign up.

    • @sleepy555
      link
      English
      31 year ago

      Really everytime you log in too.

        • @[email protected]
          link
          fedilink
          English
          3
          edit-2
          1 year ago

          Sorry, I should have included an example in my comment to clarify, but I was in a rush.

          HMAC is a widely used technique relies on hashing of a shared secret for verifying authenticity and integrity of a message, for example.