/pychat

Chat room end-to-end encrypted

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

pychat

  • Server side

    • python3 init.py
    • python3 maintain.py
    • python3 script.py
  • Client side

    • python3 client.py
  • Distribute private.pem and receiver.pem to each user for a working end-to-end encrypted chat room.

  • Also the keys and the initialize vectors for symmetric encryption should be changed.