How it works

A quantum computer running Shor's algorithm breaks most of the encryption on the internet. Not this one.

Scroll ↓
01

Right now, anyone can read this.

Protocol

■ API

Stack

Key agreementECDH P-256
Post-quantumML-KEM-768
DerivationHKDF-SHA-256
PasswordPBKDF2 · 100K
CipherAES-256-GCM
TransportWebRTC (raw)

Chunk frame

byte 0type 0x01
1–2file id u16
3–6index u32
7–18IV 12 B
19…ciphertext + tag

Messages

key-initpublic keys
key-completeKEM ct + salt
crypto-paramsscheme check
file-metaname / size
file-cancelabort

Share link

/#<b64url( AES-GCM( key‖iv‖ct ) )>

Stays in the URL fragment — never sent to a server.