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 1bb59c6 commit 2daf6b3Copy full SHA for 2daf6b3
README.md
@@ -2,6 +2,11 @@
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
+#### Saving your data
6
+To begin using this software to encrypt a message, save your desired data as a text file in:
7
+```
8
+./client/Message/Message_to_encrypt.txt
9
10
#### IP Address
11
Upon usage, the Client will be prompted to enter the Host's IP Address
12
@@ -12,11 +17,6 @@ For example:
17
Enter Host IP Address: 192.168.0.19
13
18
```
14
19
15
-#### Saving your text
16
-To begin using this software to encrypt a message, save your desired data in:
-```
-./Client/Message/Message_to_encrypt.txt
20
### Host
21
The Host must run 'HostGUI.py'
22
0 commit comments