You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
> A wrapper around [webrtc-swarm](https://github.com/mafintosh/webrtc-swarm) that adds peer whitelisting and authenticated asymmetric encryption of the WebRTC signaling data using [TweetNaCl.js](https://github.com/dchest/tweetnacl-js
4
4
) (see [algorithm.md](algorithm.md)).
5
5
6
-
When connecting multiple peers via [webrtc-swarm](https://github.com/mafintosh/webrtc-swarm) personal information like available IP addresses are exchanged via a central thin server. `secure-webrtc-swarm` completely enctypts this data stream and prevents in-transit manipulation by signing data packages.
6
+
When connecting multiple peers via [webrtc-swarm](https://github.com/mafintosh/webrtc-swarm) personal information like available IP addresses are exchanged via a central thin server. `secure-webrtc-swarm` completely encrypts this data stream and prevents in-transit manipulation by signing data packages.
7
7
8
-
To achieve this additional data must be exchanged between the peers out-of-band before the connection initiation can happen. In the simplest case this could be a shared secret or more granular an invite-acceptance procedure.
8
+
To achieve this additional data must be exchanged between the peers out-of-band before the connection initiation can happen. In the simplest case, this could be a shared secret or more granular an invite-acceptance procedure.
0 commit comments