File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# RSA Encryption (with GUI)
22This 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
77Upon 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
3636The Host must run 'HostGUI.py'
3737
3838This 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
5151The Host may now click 'Establish connection; send and recieve data' to wait for a Client to connect
5252
53- ### Client
53+ ## Client
5454The Client must run 'ClientGUI.py'
5555This can be done by running the following while in the project root:
5656``` bash
You can’t perform that action at this time.
0 commit comments