codeKrowe / Private-Python-Chat-Room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatClient

A chatroom based chatclient where each client can connect to the server and join a chat room. All users can then chat to communicate with each other as well as perform file transfers similar to an IRC chat room.

All messages sent and received provide:

  • Data confidentiality.
  • Data integrity.

File transfer and message transfer is possible through RSA or AES encryption.

2 clients connected to the chatroom.

About


Languages

Language:Python 97.9%Language:Shell 2.1%