Update README.md

This commit is contained in:
Ferdinand Schober
2022-09-15 10:01:44 +02:00
committed by GitHub
parent 545b2e6ca0
commit 9cb174f0fd

View File

@@ -12,3 +12,8 @@ Currently the mouse moves in a circle when receiving a(ny) udp packet on port 42
- Keyboard support
- Add support for clipboard contents
- Graphical frontend (gtk?)
## Security
Sending key and mouse event data over the local network might not be the biggest security concern but in any public network it's QUITE a problem to basically broadcast your keystrokes.
- There should probably be an encryption layer using DTLS below the application to enable a secure link
- The keys could be generated via the graphical frontend