crypt/README.md

7 lines
324 B
Markdown
Raw Normal View History

2022-06-22 17:48:39 +02:00
# Encrypted chat
2022-06-22 17:35:53 +02:00
2022-06-22 17:48:39 +02:00
## 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.