Choose an encryption algorithm and have setup instructions for configurations to be done in order to communicate over the internet #4

Closed
opened 2025-10-07 06:06:04 -04:00 by Ericode254 · 2 comments
Ericode254 commented 2025-10-07 06:06:04 -04:00 (Migrated from github.com)
  • Can we have like a way in which the user is able to choose the encryption algorithm they would like to use.
  • Can their also be like a doc explaining on the steps to be done in order for the program to work over the internet instead of only localhost
- Can we have like a way in which the user is able to choose the encryption algorithm they would like to use. - Can their also be like a doc explaining on the steps to be done in order for the program to work over the internet instead of only localhost
emilycodestar commented 2025-10-08 14:34:00 -04:00 (Migrated from github.com)

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_PASSWORD

This way, your server will be accessible on the public internet via your IP address and the specified port (in this case, 1000).

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_PASSWORD` This way, your server will be accessible on the public internet via your IP address and the specified port (in this case, 1000).
Ericode254 commented 2025-10-09 14:45:56 -04:00 (Migrated from github.com)

thanks for this

thanks for this
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
emilycodestar/cmd-chat#4
No description provided.