You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
324 B
Markdown
7 lines
324 B
Markdown
# 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.
|