Choose an encryption algorithm and have setup instructions for configurations to be done in order to communicate over the internet #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi. At the moment, encryption cannot be changed — it’s already state-of-the-art, and switching from one protocol to another doesn’t really make a difference. The main purpose of the implemented encryption is, above all, independence from modern proprietary protocols.
To launch the server on the internet, run the following command:
python cmd_chat.py serve 0.0.0.0 1000 --password YOUR_PASSWORDThis way, your server will be accessible on the public internet via your IP address and the specified port (in this case, 1000).
thanks for this