QRDrop
Send a file between any two devices by scanning a QR code — it streams straight browser-to-browser over an encrypted WebRTC data channel. No upload, no cloud storage, no account. Works Android → iPhone → laptop, the exact gap AirDrop and Quick Share leave open.
- Survives real interruptions — screen-wake lock, resume tokens, and byte-exact reconnection: killing a live link mid-file and re-verifying by sha256 is a CI test, not a hope.
- Optional 6-digit PIN gates the file manifest itself, not just the bytes — a locked join leaks nothing, and a hard attempt limit (not the hashing) is the real defense.
- 152 checks across 8 test suites — protocol, PIN, TURN, PWA, and real two-Chrome-tab transfers — plus a TURN relay fallback for networks that block direct P2P.