Encrypted chat
client.py | ||
LICENSE | ||
README.md | ||
server.py |
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.