Protocol & Primitives
Public primitives.
Clean-room implementation.
CH VPN uses public cryptographic primitives. The handshake is an IK-pattern Noise construction. The data channel uses authenticated encryption with associated data. Every line of crypto code is ours. We ship no third-party brand.
Default Mode
Modern, auditable,
ready to migrate.
The default crypto suite is selected for auditability, post-quantum migration readiness, and performance on low-power Android handsets. Every primitive is published, documented, and standardized.
FIPS 140-3 Mode
Validated module.
Federal-ready path.
Selectable at deployment time. Same handshake layer, same wire format, different primitive bindings. For FedRAMP, DoD, and HIPAA Safe Harbor deployments where validated crypto is mandatory.
Performance
Sustained throughput.
Designed to deliver 100+ Mbps per peer on a low-power Android handset. ChaCha20-Poly1305 with a counter-mode nonce keeps packet overhead at 16 bytes header + 16 bytes MAC.
Revocation
Compromise contained.
An Authority-pushed EmergencyRevoke message fans out to every active peer in under ten seconds. The revoked certificate is rejected immediately. No re-handshake will succeed for a revoked peer.