Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit a177ba2

Browse files
authored
Update README.md
1 parent e6961a4 commit a177ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> 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
44
) (see [algorithm.md](algorithm.md)).
55

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.
77

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.
99

1010
## Install
1111

0 commit comments

Comments
 (0)