Update TODOs

This commit is contained in:
2025-03-13 17:59:16 +03:00
parent c0e6c9cc63
commit 91f882b494

View File

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