Merge branch 'main' of https://github.com/dinosaurtirex/secure-console-chat
This commit is contained in:
commit
d1dc5b56e6
13
README.MD
13
README.MD
|
|
@ -34,7 +34,7 @@ venv/scripts/Activate
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -r reqs.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -65,7 +65,7 @@ venv/scripts/Activate
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -r reqs.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -79,11 +79,4 @@ python client.py
|
||||||
* Client sending public key to server
|
* Client sending public key to server
|
||||||
* Server crypting symmetric key and sending to client
|
* Server crypting symmetric key and sending to client
|
||||||
* Client encrypting private key
|
* Client encrypting private key
|
||||||
* And than communicate with server via
|
* And than communicate with server via symmetric key
|
||||||
* symmetric key
|
|
||||||
|
|
||||||
## To do
|
|
||||||
|
|
||||||
* interface for choosing server in client
|
|
||||||
* double password user verification
|
|
||||||
* white list
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user