From 2e81ba1bbafd093bd504d450f437c332c290e7ba Mon Sep 17 00:00:00 2001 From: Rodrigo Navarro Date: Mon, 8 May 2023 20:37:38 -0300 Subject: [PATCH] Add note that the data transfer is encrypted. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0ca4c..8bb4f96 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Do you ever used your Githubâ„¢ Gists just to send some text between then? Clipshare is here to save the day! -You can now share your clipboard between your machines (well, given they are on the same network). +You can now secure share your clipboard between your machines (well, given they are on the same network). ## How to use @@ -54,3 +54,5 @@ Yes ## Implementation Nothing fancy here, we just broadcast the internal ip on the network and connect the processes using the informed ~~port~~ "clipboard code". + +The data then is transfered between the machines via an encrypted TLS connection.