Skip to content

RSA Signed messages

Latest
Compare
Choose a tag to compare
@ItsDrike ItsDrike released this 05 Jul 16:46
· 4 commits to master since this release
00bfc9d

Whenever a new client gets connected, he generates public-private RSA key pair, the public key is then sent to the server, which saves it in connection with that client. All messages sent from this client must also contain messages signature, which prevents others from impersonating the client. In case the signature is wrong, a warning message will be sent by server informing all other clients that someone's account is compromised.