You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Security
Describe the solution you'd like
Clients should retrieve a salt from the database, combine it with the password and send the SHA-2 hashed result back to the server.
Describe alternatives you've considered
Sending passwords as plaintext and hashing them when they arrive at the server
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Security
Describe the solution you'd like
Clients should retrieve a salt from the database, combine it with the password and send the SHA-2 hashed result back to the server.
Describe alternatives you've considered
Sending passwords as plaintext and hashing them when they arrive at the server
The text was updated successfully, but these errors were encountered: