Skip to content

Releases: ItsDrike/proxius

RSA Signed messages

05 Jul 16:46
00bfc9d
Compare
Choose a tag to compare

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.

Usable prototype

12 Jan 22:30
Compare
Choose a tag to compare
Usable prototype Pre-release
Pre-release

The v1.0-alpha was technically working, but it wasn't really usable, because it wasn't auto-updating the messages. This is now fixed and messages are being updated constantly.

First Release

12 Jan 21:06
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

First Release of PROXIUS.

Very basic python chat app.
It will get more advanced over time.