Skip to content

Handshake authentication

HSAuth is a user authentication algorithm which was created to eliminate the need to send the password or even its hash to the server. This makes authentication more secure because the password never touches the server.

Implementations

Versions