Skip to content

Commit dc2488d

Browse files
Update README.md
1 parent 2daf6b3 commit dc2488d

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This Software is designed to encrypt a Client's textfile and send it over a network socket to a Host for decryption and storage
33

44
# Usage
5+
### Client
56
#### Saving your data
67
To begin using this software to encrypt a message, save your desired data as a text file in:
78
```
@@ -16,6 +17,17 @@ For example:
1617
```
1718
Enter Host IP Address: 192.168.0.19
1819
```
20+
#### Running to Software
21+
The Client must run 'ClientGUI.py'
22+
This can be done by running the following while in the project root:
23+
``` bash
24+
$ ./scripts/run_client.sh
25+
```
26+
The Client may then choose to encrypt and send their message to the Host to be decrypted and stored
27+
28+
![alt text][client]
29+
30+
1931

2032
### Host
2133
The Host must run 'HostGUI.py'
@@ -35,15 +47,6 @@ Only after a socket is made, may a host generate a key pair for encryption
3547

3648
The Host may now click 'Establish connection; send and recieve data' to wait for a Client to connect
3749

38-
### Client
39-
The Client must run 'ClientGUI.py'
40-
This can be done by running the following while in the project root:
41-
``` bash
42-
$ ./scripts/run_client.sh
43-
```
44-
The Client may then choose to encrypt and send their message to the Host to be decrypted and stored
45-
46-
![alt text][client]
4750

4851
### Running on an IDE or Shell
4952
Useful information relating to the encryption/ decryption processes and connection statuses will be printed to the screen for both the Host and Client

0 commit comments

Comments
 (0)