NetworkDesign: Difference between revisions
Content deleted Content added
imported>StephenIerodiaconou |
imported>StephenIerodiaconou mNo edit summary |
||
Line 147:
==Message C2S Login Promise==
This is the first real action of authentification from the client. It computes a nonce (a random number) and
==Message S2C Login Send Nonce==
Line 153:
==Message C2S Login Send Nonce Name and Password==
The client now sends its nonce, its username and the value Crypt(xor(xor(client nonce, server nonce), password). This message contains 3 fields. The first one is a bytes array containing the client nonce, the second one a string containing the username and the third one a bytes array containing the
==Message S2C Login ACK==
| |||