From db575bd2354a4ca9ec9712c792d7f197ca284b28 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 12 Mar 2025 16:54:11 +0300 Subject: [PATCH] Update TODOs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d92f9..77bcfdf 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ Communicate Client-Server via Windows NamedPipe - [x] Add support for other header settings - [x] Add support for safe closing - [x] Add logging -- [ ] Particular client to client communication (via chunks(?)) +- [ ] Send data in chunks (if data is too large) - [ ] Add support for encryption + - [ ] simple (via char shift; and auto-pairing) + - [ ] password (via AES and PBKDF2) + - [ ] certificate (via RSA) - [ ] Add support for multiple clients