Back

Security

Takunda Share is built so your files are readable only by the two paired devices. Here is what each status in a transfer session means.

Paired

Both devices join a room named by your 6-character code. The code is the only thing our signalling service sees.

Connected

The browsers negotiate a direct WebRTC data channel using ICE/STUN, so bytes flow device to device.

Encrypted

Every WebRTC data channel is encrypted end to end with DTLS. Keys are generated per session in the browser and never leave it.

Nothing is stored

Files are streamed in 16 KB chunks straight into the receiving browser's memory. No copy is written to any server, and transfer history lives only in local storage on each device.