Skip to content

Commit 823510b

Browse files
Update README.md
1 parent bb3e498 commit 823510b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RSA Encryption (with GUI)
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

4-
# Usage
4+
# How to use the software
55
## Host
66
#### Port Number
77
Upon usage, the Host will be prompted to enter port number for the network socket
@@ -31,8 +31,8 @@ To begin using this software to encrypt a message, the Client must save their de
3131
./client/Message/Message_to_encrypt.txt
3232
```
3333

34-
## Running to Software
35-
### Host
34+
## How to run the software
35+
## Host
3636
The Host must run 'HostGUI.py'
3737

3838
This can be done by running the following while in the project root:
@@ -50,7 +50,7 @@ Only after a socket is made, may a host generate a key pair for encryption
5050

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

53-
### Client
53+
## Client
5454
The Client must run 'ClientGUI.py'
5555
This can be done by running the following while in the project root:
5656
``` bash

0 commit comments

Comments
 (0)