From 9cb174f0fdd3a07dba071a8054933dbb339730c8 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Thu, 15 Sep 2022 10:01:44 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 570d856..abd984e 100644 --- a/README.md +++ b/README.md @@ -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