Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 335 Bytes

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.