From 34a65a1cbe53d62fd35992fc862cf09a0a360fcd Mon Sep 17 00:00:00 2001 From: mirai Date: Thu, 1 Dec 2022 11:51:48 +0300 Subject: [PATCH 1/3] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index f025850..d3fe66f 100644 --- a/README.MD +++ b/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 ``` ``` From 88fb61efb1af2563a05346dd8f4f7bf3bf53f86f Mon Sep 17 00:00:00 2001 From: mirai Date: Thu, 1 Dec 2022 15:22:49 +0300 Subject: [PATCH 2/3] Update README.MD --- README.MD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.MD b/README.MD index d3fe66f..d828847 100644 --- a/README.MD +++ b/README.MD @@ -79,8 +79,7 @@ python client.py * Client sending public key to server * Server crypting symmetric key and sending to client * Client encrypting private key -* And than communicate with server via -* symmetric key +* And than communicate with server via symmetric key ## To do From 89cf019e19f6826c277266da969a972badc2f8b5 Mon Sep 17 00:00:00 2001 From: mirai Date: Thu, 1 Dec 2022 15:23:25 +0300 Subject: [PATCH 3/3] Update README.MD --- README.MD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.MD b/README.MD index d828847..19bab53 100644 --- a/README.MD +++ b/README.MD @@ -80,9 +80,3 @@ python client.py * Server crypting symmetric key and sending to client * Client encrypting private key * And than communicate with server via symmetric key - -## To do - -* interface for choosing server in client -* double password user verification -* white list