Encrypted chat
Go to file
Mikołaj Lubiak a8511baef9 Update 'client.py' 2022-06-22 15:49:48 +00:00
LICENSE Initial commit 2022-06-22 15:35:53 +00:00
README.md Added README 2022-06-22 17:48:39 +02:00
client.py Update 'client.py' 2022-06-22 15:49:48 +00:00
server.py Added README 2022-06-22 17:48:39 +02:00

README.md

Encrypted chat

Usage:

Server: ./server.py "IP address" "Port" "Key"*, eg. ./server.py "127.0.0.1" "12345"

Client: ./client.py "IP address" "Port" "Key"*, eg. ./client.py "127.0.0.1" "12345" "ojzqTVTIsuE6nemN9huFlYMNmyTHr9dUu-E5bL8HrTo="

* - Optionally, but make sure that they both use the same key.