File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,34 +4,34 @@ This Software is designed to encrypt a Client's textfile and send it over a netw
44# Usage
55## Host
66#### Port Number
7- The Host must enter a port number for the network socket
7+ Upon usage, the Host will be prompted to enter port number for the network socket
88
99This port number, as well as the IP Address, must be provided to the Client
1010
11+ The Host will have their IP Address printed to the screen for self reference
12+
1113For example:
1214```
1315Enter port number: 1234
1416```
1517## Client
16- #### Saving your data
17- To begin using this software to encrypt a message, the Client must save their desired data as a text file in:
18- ```
19- ./client/Message/Message_to_encrypt.txt
20- ```
2118#### IP Address and Port Number
22- Upon usage, the Client will be prompted to enter the Host's IP Address, as well as a port number
19+ The Client will be prompted to enter the Host's IP Address and port number
2320
24- Both the IP Address and Port Number entered must match the Host's information
25-
26- The Host will have their IP Address printed to the screen for self reference
21+ Both the IP Address and Port Number entered must match the Host's information for a connection to be established
2722
2823For example:
2924```
3025Enter Host IP Address: 192.168.0.19
3126Enter port number: 1234 (matches the Host's port number)
3227```
28+ #### Saving your data
29+ To begin using this software to encrypt a message, the Client must save their desired data as a text file in:
30+ ```
31+ ./client/Message/Message_to_encrypt.txt
32+ ```
3333
34- ### Running to Software
34+ ## Running to Software
3535##### Host
3636The Host must run 'HostGUI.py'
3737
You can’t perform that action at this time.
0 commit comments