Update TODOs

This commit is contained in:
Maxim Khomutov 2025-03-13 13:43:25 +03:00
parent 9f57667bd0
commit e0f3ee31ed

View File

@ -8,8 +8,8 @@ Communicate Client-Server via Windows NamedPipe
- [x] Add support for safe closing
- [x] Add logging
- [ ] Send data in chunks (if data is too large)
- [ ] Add support for encryption
- [ ] simple (via char shift; and auto-pairing)
- [x] Add support for encryption
- [x] simple (via char xor; and auto-pairing)
- [ ] password (via AES and PBKDF2)
- [ ] certificate (via RSA)
- [ ] Add support for multiple clients