Skip to content
Snippets Groups Projects
Commit a1dce35d authored by John Hodge's avatar John Hodge
Browse files

Slight change to the proto

parent bb42916d
Branches
No related merge requests found
...@@ -21,7 +21,7 @@ All server responses are on one line and are prefixed by a three digit response ...@@ -21,7 +21,7 @@ All server responses are on one line and are prefixed by a three digit response
=== User Auth === === User Auth ===
c USER <username>\n c USER <username>\n
s 100 SALT <string 4-8>\n s 100 SALT <string 4-8>\n
c PASS <SHA-512 Hash>\n (Hash of <username><salt><password>) c PASS <Hash>\n (Hex-Encoded SHA-512 Hash of <username><salt><password>)
s 200 Auth OK\n or 401 Auth Failure\n s 200 Auth OK\n or 401 Auth Failure\n
User is now authenticated User is now authenticated
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment