We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2488d commit e77fecdCopy full SHA for e77fecd
README.md
@@ -2,7 +2,7 @@
2
This Software is designed to encrypt a Client's textfile and send it over a network socket to a Host for decryption and storage
3
4
# Usage
5
-### Client
+## Client
6
#### Saving your data
7
To begin using this software to encrypt a message, save your desired data as a text file in:
8
```
@@ -29,7 +29,7 @@ The Client may then choose to encrypt and send their message to the Host to be d
29
30
31
32
-### Host
+## Host
33
The Host must run 'HostGUI.py'
34
35
This can be done by running the following while in the project root:
0 commit comments