FINDING · DEFENSE
Mailet's GCM-based Credential Recovery (GCM-CR) achieves a 120x speedup over traditional garbled-circuit 2PC for privately reconstructing split credentials inside a live TLS record, enabling a single Mailet server to support up to 200 simultaneous sessions with each service request completing in approximately 1 second.
From 2016-li-mailet — Mailet: Instant Social Networking under Censorship · §4.3 · 2016 · Privacy Enhancing Technologies
Implications
- Prefer GCM cipher suites when building split-credential proxies: GCM's Encrypt-then-MAC (EtM) property lets the intercepting server compute a valid authentication tag over a modified ciphertext without a full interactive 2PC round.
- XOR-split (Cred1 ⊕ Cred2) credential sharing combined with GCM-CR is sufficient for credential privacy against non-colluding servers, eliminating the need for expensive garbled-circuit constructions.
Tags
Extracted by claude-sonnet-4-6 — review before relying.