/Network-Chat

A peer-to-peer network communication between two parties using Python sockets.

Primary LanguagePython

Python-Networking-Chat

An easy implementation of an encrypted network communication using Python socket programming. You can choose between:

  1. Unencrypted peer-to-peer communication
  2. Decrpyted communication (needs an update of the python crypto module)