File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
44# Usage
5+ ### Client
56#### Saving your data
67To 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```
1718Enter 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
2133The 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
3648The 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
4952Useful information relating to the encryption/ decryption processes and connection statuses will be printed to the screen for both the Host and Client
You can’t perform that action at this time.
0 commit comments