Air-gapped key share distribution via encrypted QR codes
Show how key shares move between devices using QR codes. Air-gap capable: no internet required. Offline-first design for maximum security.
On Device A (Exporter), the key share is prepared for QR encoding:
Technical details:
Encrypted data is split into chunks (max 2953 bytes per QR code) and wrapped in frame headers:
Multi-part sequence:
Each frame is encoded as a QR code (Version 40, Error Correction Level H):
QR Code Properties:
Device B scans QR codes and reassembles the encrypted payload:
Reassembly process:
Device B decrypts the reassembled payload and validates the key share:
Security checks:
Scenario: Device A holds Share 0. User wants to back up Share 0 to Device B.