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
[–] 8 points 2 years ago* (last edited 2 years ago) (1 child)

how long have you been a web developer? Because I've been doing it for six years and almost every web app I've ever seen uses http with TLS to send the plaintext password to the backend, where it's popped into a request var at the controller level, then passed as an instance var to the service level, salted, hashed and stored. This includes apps that have to submit themselves for HIPAA compliance because they deal with PHI.

  • source
  • parent
  • hideshow 2 child comments
  • [+] [S] -10 points 2 years ago (1 child)

    25, I used to write proprietary networking protocols.

  • source
  • parent
  • hideshow 2 child comments