Sharedrop Verified -
: Quickly sending a high-resolution photo from a phone to a laptop without using a messaging app that might compress the image.
To address these challenges, we designed Sharedrop, a novel file sharing system that prioritizes security, efficiency, and usability. sharedrop
Sharedrop and Snapdrop are nearly identical. Wormhole offers stronger authentication and works over the internet, at the cost of requiring a relay server. : Quickly sending a high-resolution photo from a
: You do not need to sign up, log in, or provide an email address to share files. Wormhole offers stronger authentication and works over the
| Layer | Technology Used | Role | |----------------|------------------------------------------|----------------------------------------------------------------------| | Discovery | WebRTC Signaling (Firebase or custom WS) | Exchange session descriptions and ICE candidates between peers. | | Connectivity | ICE (Interactive Connectivity Establishment) | NAT traversal; works best on same local network. | | Transport | DTLS (Datagram TLS) over UDP | Encrypts the WebRTC DataChannel. | | Data Transfer | SCTP (Stream Control Transmission Protocol) | Reliable, ordered data delivery for file chunks. | | UI/Frontend | HTML5, JavaScript, CSS | Drag-and-drop interface, progress bars, device avatars. |
For personal, local, non-critical transfers, it is excellent. For anything requiring integrity, attribution, or confidentiality against a local network attacker, a tool like (with PAKE) or an encrypted USB drive is superior.