this post was submitted on 14 Mar 2022
9 points (84.6% liked)
Lemmy Administration
698 readers
1 users here now
Anything about running your own Lemmy instance. Including how to install it, maintain and customise it.
Be sure to check out the docs: https://join-lemmy.org/docs/en/administration/administration.html
If you have any problems, describe them here and we will try to help you fixing them.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Websites usually use transport encryption but the password itself isn't encrypted. There are authentication schemes that won't send plaintext passwords (by involving some kind of challenge) but they won't work without javascript (except http digest access authentication but thats no good) and you shouldn't ask web-developers to implement them since they will find a way to fuck it up.