Skip to content

Commit ff3a8cb

Browse files
Update README.md
1 parent b40d9e5 commit ff3a8cb

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
This 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-
### Before Use
65
#### 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
87

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)
1112
```
1213

1314
#### 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:
1516
```
1617
./Client/Message/Message_to_encrypt.txt
1718
```
@@ -44,10 +45,7 @@ The Client may then choose to encrypt and send their message to the Host to be d
4445
![alt text][client]
4546

4647
### 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
5149

5250

5351
[socket]: https://github.com/DylanTinianov/Images/blob/master/RSA_Encryption/socket.png

0 commit comments

Comments
 (0)