Update TODOs

This commit is contained in:
2025-03-12 16:54:11 +03:00
parent e8e9dfc3c3
commit db575bd235

View File

@@ -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