[Feature] Hash password on the client side #20482
Replies: 2 comments 4 replies
-
This is a common misconception about handling passwords. If you hash the password clientside, in effect that hash now becomes the password as far as the server is concerned, and any interception still has the same end result. If you're worried about MITM attacks, you should use HTTPS. |
Beta Was this translation helpful? Give feedback.
-
Hiya, I understand the server would utilise the hash as the password however I still think it would be a useful security feature, particularly in the event the user is reusing their Immich password for other services which is very common. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Thanks for the great application guys.
Thought of a feature request which I thought would be cool.
I noticed that the user's password is transmitted in plain text to the
api/auth/login
endpoint. To improve security, especially over less secure networks, it might be beneficial to hash the password client-side before sending it to the server.Platform
Beta Was this translation helpful? Give feedback.
All reactions