Why PQC?Harvest now, decrypt later: ciphertext saved today could fall to a future quantum computer. All polls use hybrid classical + NIST PQC encapsulation; pair with Encryption model overview for the full stack.
InviziPoll protects admin and workspace key material - and modern respondent encapsulation - with post-quantum hybrid cryptography so archived ciphertext is harder to break later. Respondent anonymity rules remain independent of algorithm choice.
Algorithms
Key encapsulation
X-Wing (X25519 + ML-KEM-768)
Digital signatures
ML-DSA-65
What this buys you
Hybrid encapsulation combines X25519 with ML-KEM-768 so security does not depend on a single primitive family.
How material is sealed
Publish hybrid public materialThe poll exposes the hybrid encapsulation key respondents need.
Encapsulate with X-WingThe respondent browser runs the hybrid KEM against that public key.
Derive and sealA symmetric key is derived and the payload is sealed with strong authenticated encryption.
Store opaque ciphertextInviziPoll persists versioned blobs it cannot decrypt without the poll private key.
Stored ciphertext is treated as opaque binary. A version field on response payloads marks post-quantum hybrid ciphertext and signatures for correct client handling.