Skip to content

Commit

Permalink
Add note that the data transfer is encrypted.
Browse files Browse the repository at this point in the history
  • Loading branch information
reu committed May 8, 2023
1 parent 612c7ef commit 2e81ba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 2e81ba1

Please sign in to comment.