You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
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
3
4
4
# Usage
5
-
### Before Use
6
5
#### IP Address
7
-
Before usage, the desired Client must change the top line of code within the 'Network_Client.py'
6
+
Upon usage, the Client will be prompted to enter the Host's IP Address
8
7
9
-
```Python
10
-
HOST_IP="ENTER HOST IP HERE"# Ex: 192.168.0.19
8
+
The Host will have their IP Address printed to the screen for self reference
9
+
10
+
```
11
+
Enter Host IP Address (ex: 192.168.0.19)
11
12
```
12
13
13
14
#### Saving your text
14
-
To begin using this software to encrypt a message, save your desired text in:
15
+
To begin using this software to encrypt a message, save your desired data in:
15
16
```
16
17
./Client/Message/Message_to_encrypt.txt
17
18
```
@@ -44,10 +45,7 @@ The Client may then choose to encrypt and send their message to the Host to be d
44
45
![alt text][client]
45
46
46
47
### Running on an IDE or Shell
47
-
Useful information relating to the encryption/ decryption processes and connection statuses will be printed to the screen for both the Host and Client. The Host's IP address will also be printed for self reference.
48
-
49
-
#### Disclaimer
50
-
This Software is not to be used for any important secure data transfers, or to be held responsible for any lack of security. This Software does not claim to be 100% secure, and was merely made for fun.
48
+
Useful information relating to the encryption/ decryption processes and connection statuses will be printed to the screen for both the Host and Client
0 commit comments