mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Update faq.md
Co-authored-by: babstar99 <babstar99@users.noreply.github.com>
This commit is contained in:
parent
80a5c0efdb
commit
488762bbce
1 changed files with 3 additions and 4 deletions
|
@ -165,7 +165,7 @@ you can [start the PairDrop instance with an activated WebSocket fallback](https
|
||||||
|
|
||||||
Files are sent directly between peers.
|
Files are sent directly between peers.
|
||||||
PairDrop doesn't even use a database.
|
PairDrop doesn't even use a database.
|
||||||
If curious, study [the server](https://github.com/schlagmichdoch/pairdrop/blob/master/index.js).
|
If curious, study [the signaling server](https://github.com/schlagmichdoch/PairDrop/blob/master/server/ws-server.js).
|
||||||
WebRTC encrypts the files in transit.
|
WebRTC encrypts the files in transit.
|
||||||
|
|
||||||
If the devices are on the same network,
|
If the devices are on the same network,
|
||||||
|
@ -188,9 +188,8 @@ to learn more about STUN, TURN and WebRTC.
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Yes. Your files are sent using WebRTC, encrypting them in transit.
|
Yes. Your files are sent using WebRTC, encrypting them in transit.
|
||||||
To ensure the connection is secure and there is no [MITM](https://wikiless.org/wiki/Man-in-the-middle_attack),
|
Still you have to trust the PairDrop server. To ensure the connection is secure and there is no [MITM](https://wikiless.org/wiki/Man-in-the-middle_attack) there is a plan to make PairDrop
|
||||||
compare the security number shown under the device name on both devices.
|
zero trust by encrypting the signaling and implementing a verification process. See [issue #180](https://github.com/schlagmichdoch/PairDrop/issues/180) to keep updated.
|
||||||
The security number is different for every connection.
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue