Skip to content

mihai36/pychat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.