No description
Find a file
2025-06-18 11:10:44 +02:00
chat_example.json Main program for a secured client-srver communication. 2025-06-18 11:10:44 +02:00
encryption.py Main program for a secured client-srver communication. 2025-06-18 11:10:44 +02:00
main.py Main program for a secured client-srver communication. 2025-06-18 11:10:44 +02:00
README.md Main program for a secured client-srver communication. 2025-06-18 11:10:44 +02:00

Server

python main.py server 127.0.0.1 8999 --path chat_example.json

Client

python main.py client 127.0.0.1 8999 --path chat_example.json