Built on a foundation of cryptographic security, offline resilience, and sub-100ms performance.
Proprietary payload compression enables bi-directional exchange of rich profile data (up to 4KB) in a single tap event.
Conflict-free Replicated Data Types ensure mathematical consistency across distributed states. Edits merge automatically.
Private keys generated on-device via Secure Enclave. Identity claims are cryptographically signed. Server sees only encrypted blobs.
user@cinct-node:~$ cinct-cli status --verbose# Checking system status...> [INIT] Core Systems.......... ONLINE> [NET] P2P Mesh.............. ACTIVE (Peers: 12)> [DATA] Local Store........... SYNCED (142ms ago)> [SEC] Encryption............ AES-256-GCMuser@cinct-node:~$ cat /etc/protocol.config{ "mode": "offline_first", "handshake_timeout": 500, "encryption": "e2e_strict", "data_retention": "local_only", "telemetry": false }user@cinct-node:~$ _