Skip Navigation

Transfer 1TB+ files using only the browser, completely free without ads. Also completely anonymous and encrypted. WebRTC is cool.

transfer.zip transfer.zip | Send 1TB+ files for free, in realtime

Free, fast and encrypted realtime file transfer between browsers using peer2peer. Send unlimited files with any size for free!

2
2 comments
  • Seems legit but I haven't tried it yet.


    transfer.zip is a web application that allows you to easily transfer files between two devices. At the moment, transfer.zip is the easiest and most secure way to share files on the web. There is no signup, no wait and no bullshit, and the files can be as large as you want.

    It uses WebRTC for peer-to-peer data transfer, meaning the files are streamed directly between peers and not stored anywhere in the process, not even on transfer.zip servers. To let peers initially discover each other, a signaling server is implemented in NodeJS using WebSockets, which importantly no sensitive data is sent through. In addition, the file data is end-to-end encrypted using AES-GCM with a client-side 256 bit generated key, meaning if someone could impersonate a peer or capture the traffic, they would not be able to decrypt the file without knowing the key. Because the file is streamed directly between peers, there are no file size or bandwidth limitations.

    The easiest way to transfer a file is to scan the QR code containing the file link and encryption key. It is also possible to copy the link and share it to the receiving end over what medium you prefer the most. Known Problems

    Because of how peer-to-peer works, some network firewalls may not allow direct connections between devices. A solution for this is to use a TURN server, effectively relaying all file data, although encrypted, through a third party server. That is however against the whole purpose of this service, which is to be as secure as possible.

    On some Safari browsers, the file download will not work because of bugs on Apple's part.