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

you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 2 years ago* (5 children)

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.

  • source
  • parent
  • hideshow 5 child comments
  • [–] -4 points 2 years ago (3 children)

    It's not a bad idea and it is often done, just not in a browser/webapp context.

  • source
  • parent
  • hideshow 3 child comments