p2p@openkits — transfer

P2P File Transfer

Direct browser-to-browser. Encrypted. Nothing is uploaded to a server.

How it works

  • Files go browser-to-browser (WebRTC) — never through our server, which only relays a few KB of connection handshake.
  • End-to-end encrypted: the transfer channel is DTLS-encrypted, so the relay never sees your content.
  • Zero storage: nothing is written to disk or kept — it is gone the moment you close the tab.
  • Verification code defeats man-in-the-middle: both screens show the same 6-digit code — compare it before sending.
  • Limitation: both sides must be online at the same time.

Usage

  1. Choose a file — you get a link.
  2. Send the link to the other person.
  3. Compare the code on both screens, then accept / send.